FloatingActionButtonItemProps
Interface
Represents the props of the Kendo UI for Vue FloatingActionButtonItem component.
Definition
Package:@progress/kendo-vue-buttons
Properties
disabled?
boolean
Specifies if the Floating Action Button Item
is disabled see example.
Defaults to false.
icon?
string
Defines the icon rendered in the FloatingActionButtonItem see example.
index?
number
Sets the index of the Floating Action Button Item that is used to identify it.
svgIcon?
SVGIcon
Defines the svg icon in a Kendo UI for Vue theme.
tabIndex?
number
Sets the tabIndex property of the FloatingActionButtonItem..
Defaults to 0.
text?
string
Specifies the text of the FloatingActionButtonItem see example.