Class: ManualButton

ManualButton

Class representing a button for displaying the manual within the GoIFCComponents framework. Inherits from IFCButton and provides functionality specific to showing the manual content.

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
id string

The unique identifier for the button.

title string

The title of the button.

icon string

The icon for the button.

label string

The label for the button.

isMain boolean

Indicates if this button is a main button.