Search results

SpeedDialItemModel API in React Speed Dial API component

Interface for a class SpeedDialItem

Properties

disabled

boolean

Defines whether to enable or disable the SpeedDialItem.

iconCss

string

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

id

string

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

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.

title

string

Defines the title of SpeedDialItem to display tooltip.