ChipListModel
Interface for the ChipList class.
Properties
avatarIconCss String
Specifies the CSS classes to customize the avatar icon.
Default: ""
avatarText String
Specifies the text for the avatar.
Default: ""
chips String[] Number[] Chip[]
Specifies the list of chips to be included in the chip list.
Default: []
cssClass String
Specifies CSS classes to customize the appearance of the chip list.
Default: ""
enabled Boolean
Specifies whether the chip list is enabled or not.
Default: true
enableDelete Boolean
Specifies whether to enable or disable the option to allow chips to be deleted from the list.
Default: false
enableRtl Boolean
Specifies whether to render the control in right to left direction.
Default: false
enableState Boolean
Specifies whether to persist the state of the control between page loads.
Default: false
htmlAttributes {:}
Specifies additional HTML attributes, such as title, styles, class, id, and name, in a key-value pair format that will be appended to the HTML element. If both the property and equivalent HTML attributes are configured, then the control overrides the property value with the HTML attributes.
Default: {}
leadingIconCss String
Specifies the CSS classes to customize the leading icon.
Default: ""
leadingIconUrl String
Specifies a URL to set a leading CSS background image.
Default: ""
locale String
Specifies the culture and localization value for this control, overriding the globally defined value.
Default: en-US
selectedChips String[] Number[] Number
Specifies the chip items currently selected in the chip list.
Default: []
selection Selection
Specifies the chip list selection type.
Default: None
text String
Specifies text for a single chip when there are no chips in the chip’s property.
Default: ""
trailingIconCss String
Specifies the CSS classes to customize the trailing icon.
Default: ""
trailingIconUrl String
Specifies a URL to set a trailing CSS background image.
Default: ""