selectionModel property

  1. @Input()
SelectionModel<T> selectionModel
getter/setter pair

A selection model to render as chips.

This model should not be used for rendering, changes will not be reflected.

Chips can be deselected from the model via user interaction unless removable is set to false.

Implementation

@Input()
SelectionModel<T> selectionModel = SelectionModel.empty();