Class: IOTSignalsConfigureButtons

IOTSignalsConfigureButtons

Class representing a button for managing IOT signals within the GoIFCComponents framework. Inherits from IFCButton and provides functionality specific to IOT signal management.

new IOTSignalsConfigureButtons(ui)

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/iot-signals-configure.button/index.ts, line 25

Constructor for the IOTSignalsButtons class.

Name Type Description
ui GoIFCUI

The GoIFCUI instance to be associated with this button.

Extends

  • undefined

Members

static,readonlyIOTSignalsConfigureButtons.optsIOTSignalsConfigureObject

The options for the IOT signals 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.

Methods

getIOTTagsComponent(){IOTTagsComponent}

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/iot-signals-configure.button/index.ts, line 125

Retrieves the IOTTagsComponent instance associated with this button.

Returns:
Type Description
IOTTagsComponent The IOTTagsComponent instance.