SplitterTargetProps Interface
Beta
Properties of SplitterTarget component.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| isVertical | undefined | false | true | Describes if the splitter target is used in a vertical splitter. | |
| paneCount | number | Splitter pane count. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className | undefined | string | ClassNameProps | Custom CSS class name |
| onTargetChanged | undefined | (isTargeted: boolean) => void | MergeTargetProps | Function called when component is targeted or untargeted. |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020