This function returns a text list with available and enabled 1st-level options of selectable fields.
Disabled options will be ignored.
Bash
availableItems(field) #Output: Text list
Variant of the function where you can optionally specify a dedicated parent option.
Only child options matching the specified parent will be returned.
Bash
availableItems(field, parentOption) #Output: Text list
Only enabled options will be returned. If you want to include disabled options, please use the related function: allAvailableItems()
📚 Use cases and examples
| Use case |
|---|
| No content found. |