SpeedDial Pass Through
Pass Through documentation for SpeedDial component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
SpeedDialRoot PT Options#
Defines passthrough(pt) options of SpeedDial component.
| label | type | description |
|---|---|---|
| root | SpeedDialRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| button | SpeedDialRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the button's DOM element. |
| list | SpeedDialRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the list's DOM element. |
| item | SpeedDialRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the item's DOM element. |
| action | SpeedDialRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the action's DOM element. |
SpeedDialTrigger PT Options#
Defines passthrough(pt) options of SpeedDialTrigger component.
| label | type | description |
|---|---|---|
| root | SpeedDialTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
SpeedDialList PT Options#
Defines passthrough(pt) options of SpeedDialList component.
| label | type | description |
|---|---|---|
| root | SpeedDialListPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the root's DOM element. |
SpeedDialItem PT Options#
Defines passthrough(pt) options of SpeedDialItem component.
| label | type | description |
|---|---|---|
| root | SpeedDialItemPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
SpeedDialAction PT Options#
Defines passthrough(pt) options of SpeedDialAction component.
| label | type | description |
|---|---|---|
| root | SpeedDialActionPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |