Splitter Pass Through

Pass Through documentation for Splitter component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Panel 1
Panel 2

Splitter PT Options#

Defines passthrough(pt) options of Splitter component.

labeltypedescription
rootSplitterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
panelSplitterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
gutterSplitterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the gutter's DOM element.
thumbSplitterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the thumb's DOM element.

SplitterPanel PT Options#

Defines passthrough(pt) options of SplitterPanel component.

labeltypedescription
rootSplitterPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SplitterGutter PT Options#

Defines passthrough(pt) options of SplitterGutter component.

labeltypedescription
rootSplitterGutterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SplitterThumb PT Options#

Defines passthrough(pt) options of SplitterThumb component.

labeltypedescription
rootSplitterThumbPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.