selectionEvent constant

String const selectionEvent

Indicates the chip’s selection state has changed (for choice/filter chips).

event.detail contents: {chipId: string, selected: boolean}

Implementation

static const selectionEvent = 'MDCChip:selection';