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