ContentControl Class
The base class for Frontstage content controls.
Extends
Extended by
Implements
Methods
Name |
Description |
|
constructor(info: ConfigurableCreateInfo, options: any): ContentControl |
Creates an instance of ContentControl. |
|
getType(): ConfigurableUiControlType |
Gets the type of ConfigurableUiControl, which is 'Content' in this case |
|
onActivated(): void |
Called when this ContentControl is activated |
|
onDeactivated(): void |
Called when this ContentControl is deactivated |
|
Inherited methods
Properties
Name |
Type |
Description |
|
isViewport Accessor ReadOnly |
boolean |
Returns true if this control is a Viewport control. |
|
navigationAidControl Accessor ReadOnly |
string |
Get the NavigationAidControl associated with this ContentControl |
|
reactElement Accessor |
React.ReactNode |
The React element associated with this control. |
|
viewport Accessor ReadOnly |
ScreenViewport | undefined |
Returns the ScreenViewport if isViewport is true |
|
Inherited properties
Name |
Type |
Inherited from |
Description |
classId Accessor ReadOnly |
string |
ConfigurableBase |
Gets the class Id of configurable element |
controlId Accessor ReadOnly |
string |
ConfigurableUiControl |
Returns the ID of this ConfigurableUiControl. |
isReady Accessor ReadOnly |
Promise<void> |
ConfigurableUiControl |
Returns a promise that resolves when the control is ready for usage. |
name Accessor ReadOnly |
string |
ConfigurableBase |
Get internal name of configurable element. If no name is defined in configuration then the name will match the UniqueId. |
Defined in
Last Updated:
13 June, 2024