allowDeselectInHierarchy property

  1. @Input()
bool allowDeselectInHierarchy
getter/setter pair

Whether clicking on a selected item should deselect it. (Only applicable when hierarchy is supported.)

Implementation

@Input()
bool allowDeselectInHierarchy = true;