SpeedDial Pass Through

Pass Through documentation for SpeedDial component

Viewer#

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

SpeedDial PT Options#

Defines passthrough(pt) options of SpeedDial component.

labeltypedescription
rootSpeedDialPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
buttonSpeedDialPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the button's DOM element.
listSpeedDialPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the list's DOM element.
itemSpeedDialPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the item's DOM element.
actionSpeedDialPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the action's DOM element.

SpeedDialButton PT Options#

Defines passthrough(pt) options of SpeedDialButton component.

labeltypedescription
rootSpeedDialButtonPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

SpeedDialList PT Options#

Defines passthrough(pt) options of SpeedDialList component.

labeltypedescription
rootSpeedDialListPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the root's DOM element.

SpeedDialItem PT Options#

Defines passthrough(pt) options of SpeedDialItem component.

labeltypedescription
rootSpeedDialItemPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the root's DOM element.

SpeedDialAction PT Options#

Defines passthrough(pt) options of SpeedDialAction component.

labeltypedescription
rootSpeedDialActionPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.