Search results

ClickEventArgs API in Angular Chips API component

Properties

cancel

boolean

It denotes whether the item can be clicked or not.

data

string | number | ChipModel

It denotes the clicked item data.

event

MouseEventArgs | KeyboardEventArgs

It denotes the event.

index

number

It denotes the clicked item index.

selected

boolean

It denotes whether the clicked item is selected or not.

text

string

It denotes the clicked item text.