SpeedDialItem

12 Sep 20251 minute to read

Defines the items of Floating Action Button.

Properties

disabled boolean

Defines whether to enable or disable the SpeedDialItem.

Defaults to false

iconCss string

Defines one or more CSS classes to include an icon or image in speed dial item.

Defaults to ’’

id string

Defines a unique value for the SpeedDialItem which can be used to identify the item in event args.

Defaults to ’’

text string

Defines the text content of SpeedDialItem.
Text won’t be visible when mode is Radial.
Also, in Linear mode, text won’t be displayed when direction is Left or Right.

Defaults to ’’

title string

Defines the title of SpeedDialItem to display tooltip.

Defaults to ’’