ContentControl Class
The base class for Frontstage content controls.
Extends
Extended by
Methods
| Name |
Description |
|
| constructor(info: ConfigurableCreateInfo, options: any): ContentControl |
Creates an instance of ContentControl. |
|
| getKeyedReactNode(): ReactNode Protected |
|
|
| getReactNode(): ReactNode Protected |
|
|
| 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 |
|
| _reactNode Protected |
ReactNode |
|
|
| isViewport Accessor ReadOnly |
boolean |
Returns true if this control is a Viewport control. |
|
| navigationAidControl Accessor ReadOnly |
string |
Get the NavigationAidControl associated with this ContentControl |
|
| reactNode Accessor |
ReactNode |
The React node associated with this control. |
|
| viewport Accessor ReadOnly |
undefined | ScreenViewport |
Returns the ScreenViewport if isViewport is true |
|
Inherited properties
Defined in
Last Updated:
30 November, 2023