new ViewActionsButton(ui)
Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/view-actions.button.ts, line 17
Creates an instance of ViewActionsButton.
| Name | Type | Description |
|---|---|---|
ui |
GoIFCUI |
The GoIFCUI instance to be associated with this button. |
Extends
- undefined
Members
-
static,readonlyViewActionsButton.optsViewActionsobject
-
The options for the View Actions Toolbar button.
Properties:
Name Type Description idstring The unique identifier for the toolbar button.
titlestring The title of the toolbar button.
iconstring The icon for the toolbar button.
isMainboolean Indicates whether this button is a main button.
closeOthersOnOpenboolean Indicates whether to close other open buttons when this one is opened.
Methods
-
getIOTTagsComponent(){IOTTagsComponent}
Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/view-actions.button.ts, line 60 -
Gets the IOTTagsComponent from the IOTSignalsConfigureButtons child button.
Returns:
Type Description IOTTagsComponent The IOTTagsComponent instance.
