ZoneDef Class
A ZoneDef represents each zone within a Frontstage.
Extends
Methods
| Name |
Description |
|
| constructor(): ZoneDef |
Constructor for ZoneDef. |
|
Inherited methods
Properties
| Name |
Type |
Description |
|
| allowsMerging Accessor ReadOnly |
boolean |
Indicates if other Zones may be merged with this Zone. |
|
| applicationData Accessor ReadOnly |
any |
Any application data to attach to this Zone. |
|
| initialWidth Accessor ReadOnly |
undefined | number |
Initial zone width. |
|
| isStatusBar Accessor ReadOnly |
boolean |
Determines if this Zone is for the Status Bar. |
|
| isToolSettings Accessor ReadOnly |
boolean |
Determines if this Zone is for Tool Settings. |
|
| mergeWithZone Accessor ReadOnly |
undefined | ZoneLocation |
Indicates with which other zone to merge. |
|
| shouldFillZone Accessor ReadOnly |
boolean |
Determines if the Zone should fill the available space. |
|
| zoneState Accessor ReadOnly |
ZoneState |
Zone state. |
|
Inherited properties
Defined in
Last Updated:
30 November, 2023