Class: InfoActionsButton

InfoActionsButton

Class representing a button for managing information actions within the GoIFCComponents framework.

new InfoActionsButton(ui)

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/info-actions.button.ts, line 18

Creates an instance of InfoActionsButton.

Name Type Description
ui GoIFCUI

The GoIFCUI instance to be associated with this button.

Extends

  • undefined

Members

static,readonlyInfoActionsButton.optionsObject

The options for the Info Actions 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.

isMain boolean

Indicates if this button is a main button.

closeOthersOnOpen boolean

Indicates if other buttons should be closed when this one is opened.