new ManualButton(ui, parent)
Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/manual.button.ts, line 20
Creates an instance of ManualButton.
| Name | Type | Description |
|---|---|---|
ui |
GoIFCUI |
The GoIFCUI instance to be associated with this button. |
parent |
IFCButton |
The parent button of this button. |
Extends
- undefined
Members
-
static,readonlyManualButton.optsManualObject
-
The options for the Manual button.
Properties:
Name Type Description idstring The unique identifier for the button.
titlestring The title of the button.
iconstring The icon for the button.
labelstring The label for the button.
isMainboolean Indicates if this button is a main button.
