value property

  1. @Input()
  2. @override
T? value
getter/setter pairoverride

The value this selection item represents.

If the object implements HasUIDisplayName, it will render use the uiDisplayName field as the label for the item. Otherwise, the label is only generated by this component if an ItemRenderer is provided (via the itemRenderer property).

Implementation

@Input()
@override
T? value;