id |
Gets The unique, language independent, ID of this tab. |
index |
Gets the position this tab is in within the toolbar. The first tab is at position 0. This value is with respect to the complete list of tabs so this value could be outside of the expected range if you have a collection of tabs associated with a workspace, which is a subset of the entire list of tabs. |
isActive |
Gets if this toolbar tab is currently active - i.e. displayed. |
isNative |
Gets if this tab is native to Fusion or was created via the API. |
isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
isVisible |
Gets or sets whether this tab is currently being displayed in the user interface. By default, a tab is made visible if it is associated with the active workspace and hidden otherwise. Setting it here will override that default behavior. |
name |
Gets or sets the name of the tab as seen in the user interface. |
objectType |
This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.
It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType(): |
parentUserInterface |
Gets the parent UserInterface object. |
productType |
Returns the name of the product this toolbar tab is associated with. |
toolbarPanels |
Gets the collection containing the panels associated with this tab. It's through this collection that you can add new toolbar panels. |