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