ZoneProps Interface
Properties of a Zone component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| allowsMerging | undefined | false | true | Indicates if other Zones may be merged with this Zone. | |
| applicationData | undefined | any | Any application data to attach to this Zone. | |
| defaultState | undefined | ZoneState | Default Zone state. | |
| initialWidth | undefined | number | Describes preferred initial width of the zone. | |
| mergeWithZone | undefined | ZoneLocation | Indicates with which other zone to merge. | |
| widgets | undefined | Array<ReactElement<WidgetProps>> | Properties for the Widgets in this Zone. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className | undefined | string | ClassNameProps | Custom CSS class name |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020