Class: ViewActionsButton

ViewActionsButton

Class representing a toolbar button for managing view-related actions within the GoIFCComponents framework. Inherits from IFCButton and provides functionality for adding and managing view actions such as refreshing and fitting to an element.

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

The unique identifier for the toolbar button.

title string

The title of the toolbar button.

icon string

The icon for the toolbar button.

isMain boolean

Indicates whether this button is a main button.

closeOthersOnOpen boolean

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.