Interface: IComponent
component.IComponent
Implemented by#
Properties#
activated#
• Readonly activated: boolean
Value indicating if the component is currently active.
Defined in#
component/interfaces/IComponent.ts:7
defaultConfiguration#
• Readonly defaultConfiguration: ComponentConfiguration
Default configuration for the component.
Defined in#
component/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 in#
component/interfaces/IComponent.ts:18
Methods#
configure#
â–¸ configure(configuration): void
Configure the component.
Parameters#
| Name | Type |
|---|---|
configuration | ComponentConfiguration |
Returns#
void