Toolbar Pass Through
Pass Through documentation for Toolbar component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
ToolbarRoot PT Options#
Defines passthrough(pt) options of Toolbar component.
| label | type | description |
|---|---|---|
| root | ToolbarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| start | ToolbarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the start's DOM element. |
| center | ToolbarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the center's DOM element. |
| end | ToolbarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the end's DOM element. |
ToolbarStart PT Options#
Defines passthrough(pt) options of ToolbarStart component.
| label | type | description |
|---|---|---|
| root | ToolbarStartPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ToolbarCenter PT Options#
Defines passthrough(pt) options of ToolbarCenter component.
| label | type | description |
|---|---|---|
| root | ToolbarCenterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ToolbarEnd PT Options#
Defines passthrough(pt) options of ToolbarEnd component.
| label | type | description |
|---|---|---|
| root | ToolbarEndPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |