options property

SelectionOptions<T> get options
inherited

The available options for this container.

Implementation

SelectionOptions<T> options = SelectionOptions.fromList(<T>[]);
  1. @Input()
  2. @override
set options (SelectionOptions<T> value)
override

The available options for this contianer.

Implementation

@Input()
@override
set options(SelectionOptions<T> value) {
  super.options = value;
}