Class Index | File Index

Classes


Class TabControl

Identifies a pinned tab. Instances of this class are passed as arguments to the tab-* events from content-studio. It allows extensions to identify panel events, and to show and remove the tab.

Class Summary
Constructor Attributes Constructor Name and Description
 
This class is typically only instantiated by Content Studio.
Field Summary
Field Attributes Field Name and Description
 
uri
The (full) URI of the pinned tab in question.
Method Summary
Method Attributes Method Name and Description
 
Removes the pinned tab.
 
show()
Shows the pinned tab.
Class Detail
TabControl()
This class is typically only instantiated by Content Studio.
Field Detail
{String} uri
The (full) URI of the pinned tab in question. Used to distinguish tab events from one another, and for cooperating extensions that share tabs.
Method Detail
remove()
Removes the pinned tab.

show()
Shows the pinned tab.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Apr 11 2019 16:00:43 GMT+0200 (CEST)