selectionOptions property

String get selectionOptions

Json array{id: int, label: string} with options that can be selected, eg {"id": 1, "label": "first"},{"id": 2, "label": "second"}.

Implementation

String get selectionOptions;