Skip to main content

ApiListboxField

Represents the ApiListboxField class.

Methods

MethodReturnsDescription
AddOptionbooleanAdds new option to list options.
GetClassType"listboxField"Returns a type of the ApiListboxField class.
GetOptionListOptionGets option from list options.
GetOptionsListOption[]Gets all options from list options.
GetValueIndexesnumber[]Gets selected value indexes.
IsCommitOnSelChangebooleanChecks if field can commit on selection change.
IsMultipleSelectionbooleanChecks if field is multiselect.
MoveOptionbooleanMoves option to specified position in list options.
RemoveOptionbooleanRemoves option from list options.
SetCommitOnSelChangebooleanSets field commit on selection change prop.
SetMultipleSelectionbooleanSets field multiselect prop.
SetValueIndexesbooleanSets selected value indexes.