Toolbar Pass Through

Pass Through documentation for Toolbar component

Viewer#

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

Toolbar PT Options#

Defines passthrough(pt) options of Toolbar component.

labeltypedescription
rootToolbarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
startToolbarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the start's DOM element.
centerToolbarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the center's DOM element.
endToolbarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the end's DOM element.

ToolbarStart PT Options#

Defines passthrough(pt) options of ToolbarStart component.

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

ToolbarCenter PT Options#

Defines passthrough(pt) options of ToolbarCenter component.

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

ToolbarEnd PT Options#

Defines passthrough(pt) options of ToolbarEnd component.

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