ApiListboxField
Represents the ApiListboxField class.
Methods
| Method | Returns | Description |
|---|---|---|
| AddOption | boolean | Adds new option to list options. |
| GetClassType | "listboxField" | Returns a type of the ApiListboxField class. |
| GetOption | ListOption | Gets option from list options. |
| GetOptions | ListOption[] | Gets all options from list options. |
| GetValueIndexes | number[] | Gets selected value indexes. |
| IsCommitOnSelChange | boolean | Checks if field can commit on selection change. |
| IsMultipleSelection | boolean | Checks if field is multiselect. |
| MoveOption | boolean | Moves option to specified position in list options. |
| RemoveOption | boolean | Removes option from list options. |
| SetCommitOnSelChange | boolean | Sets field commit on selection change prop. |
| SetMultipleSelection | boolean | Sets field multiselect prop. |
| SetValueIndexes | boolean | Sets selected value indexes. |