Splitter Pass Through
Pass Through documentation for Splitter component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
SplitterRoot PT Options#
Defines passthrough(pt) options of Splitter component.
| label | type | description |
|---|---|---|
| root | SplitterRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| panel | SplitterRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| gutter | SplitterRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the gutter's DOM element. |
| thumb | SplitterRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the thumb's DOM element. |
SplitterPanel PT Options#
Defines passthrough(pt) options of SplitterPanel component.
| label | type | description |
|---|---|---|
| root | SplitterPanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SplitterGutter PT Options#
Defines passthrough(pt) options of SplitterGutter component.
| label | type | description |
|---|---|---|
| root | SplitterGutterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SplitterThumb PT Options#
Defines passthrough(pt) options of SplitterThumb component.
| label | type | description |
|---|---|---|
| root | SplitterThumbPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |