Interface: IComponent
component.IComponent
#
Implemented by#
Properties#
activated• Readonly
activated: boolean
Value indicating if the component is currently active.
#
Defined incomponent/interfaces/IComponent.ts:7
#
defaultConfiguration• Readonly
defaultConfiguration: ComponentConfiguration
Default configuration for the component.
#
Defined incomponent/interfaces/IComponent.ts:12
#
name• Readonly
name: string
The name of the component. Used when interacting with the component through the Viewer's API.
#
Defined incomponent/interfaces/IComponent.ts:18
#
Methods#
configureâ–¸ configure(configuration
): void
Configure the component.
#
ParametersName | Type |
---|---|
configuration | ComponentConfiguration |
#
Returnsvoid