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