interface
FormOption
One author-configured select or radio option.
Properties
| Property | Type | Description |
|---|---|---|
_key | string | The _key value. |
label | string | The label value. |
value | string | The value value. |
Full signature
interface FormOption { ... }interface
One author-configured select or radio option.
| Property | Type | Description |
|---|---|---|
_key | string | The _key value. |
label | string | The label value. |
value | string | The value value. |
interface FormOption { ... }