ElementSeparatorProps Interface
Properties of ElementSeparator React component
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| movableArea | undefined | number | Area width or height (depending on orientation) in pixels | |
| onRatioChanged | (ratio: number) => void | Callback to ratio changed event | |
| orientation | Orientation | Separator orientation | |
| ratio | number | Ratio between left cell and right cell | |
| separatorSize | undefined | number | Separator width or height in pixels. |
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