ItemModel
Interface represents an individual item within the split button popup list.
Properties
disabled Boolean
Specifies whether the item is enabled or disabled.
Default: false
iconCss String
Specifies the CSS classes to include an icon or image within the item.
Default: ""
id String
Specifies the unique id for the item.
Default: ""
separator Boolean
Specifies whether the item is rendered as a separate, a horizontal line with no text.
Default: false
text String
Specifies the text for the item.
Default: ""
url String
Specifies an URL for the item that will create an anchor tag.
Default: ""
urlTarget String
Specifies the URL target for the anchor tag when a url is supplied.
Default: ""