ZoneProps Interface
Beta
Properties of Zone component.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| bounds | undefined | RectangleProps | Zone bounds. | |
| children | undefined | React.ReactNode | Zone content. | |
| id | WidgetZoneId | Zone id. | |
| isFloating | undefined | false | true | Describes if the zone is floating. | |
| isHidden | undefined | false | true | Describes if the zone is hidden. | |
| isInFooterMode | undefined | false | true | Describes if the zone is in footer mode. | |
| safeAreaInsets | undefined | SafeAreaInsets | Describes respected safe area insets. |
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