Class: GoIFCBaseElement

GoIFCBaseElement

Abstract base class for UI elements within the GoIFCComponents framework. Provides a common structure for UI elements, including a container element and an ID.

new GoIFCBaseElement(goIFCUI)

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/shared/go-ifc-base-element/index.ts, line 3

Constructor for the GoIFCBaseElement class.

Name Type Description
goIFCUI GoIFCUI

The GoIFCUI instance to be associated with this UI element.

Methods

protected__initUI()

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/shared/go-ifc-base-element/index.ts, line 47

Initializes the UI element by creating a container element and setting its ID.