value property
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;