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 | boolean | Indicates if other Zones may be merged with this Zone. |  | 
| applicationData | undefined | any | Any application data to attach to this Zone. |  | 
| initialWidth Accessor ReadOnly | number | undefined | 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 | undefined | ZoneLocation | Indicates with which other zone to merge. |  | 
| shouldFillZone Accessor ReadOnly | boolean | Determines if the Zone should fill the available space. |  | 
| zoneState | ZoneState | Zone state. |  | 
Inherited properties
Defined in
            Last Updated:
                08 January, 2020