SpreadsheetContextMenuItem
Interface
Defines a context menu item in the Spreadsheet.
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
Sets a function that will be invoked when the item is selected.
disabled?
boolean
Specifies if the item is disabled.
icon?
string
Specifies the name of the font icon that will be rendered for the item.
id?
string | number
Sets the unique identifier for the context menu item.
separator?
boolean
Specifies if this is a separator item. If set to true, other fields are disregarded.
svgIcon?
SVGIcon
Defines an SVGIcon that will be rendered for the item using a KendoSVGIcon component.
text?
string
Specifies the item text.
The context menu item type.