expandAll property

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

Whether to initially expand an option group.

Implementation

@Input()
bool expandAll = false;