Specifies an option that can be selected. It is used in the options
field for features with select params, and for fields with field type select
.
Parameter | Type | Description |
---|---|---|
title (optional) | string | Display text for the option. |
value | string | Value that will show up in the |
default (optional) | boolean | Determines if this option will be selected by default. If multiple options are marked as default, we take the first one in the provided list. |