StagePanelDef Class
A StagePanelDef represents each Stage Panel within a Frontstage.
Extends
Methods
| Name |
Description |
|
| constructor(): StagePanelDef |
Constructor for PanelDef. |
|
Inherited methods
Properties
| Name |
Type |
Description |
|
| applicationData Accessor ReadOnly |
any |
Any application data to attach to this Panel. |
|
| location Accessor ReadOnly |
StagePanelLocation |
Location of panel. |
|
| panelState Accessor |
StagePanelState |
Panel state. |
|
| pinned Accessor ReadOnly |
boolean |
Indicates whether the panel is pinned. |
|
| resizable Accessor ReadOnly |
boolean |
Indicates whether the panel is resizable. |
|
| size Accessor |
undefined | number |
Default size of the panel |
|
| widgetDefs Accessor ReadOnly |
undefined |
Gets the list of Widgets. |
|
Inherited properties
| Name |
Type |
Inherited from |
Description |
| widgetCount Accessor ReadOnly |
number |
WidgetHost |
Gets the number of Widgets. |
Defined in
Last Updated:
30 November, 2023