interface
SchemaSelectOption
One stored select value and author-facing label.
Properties
| Property | Type | Description |
|---|---|---|
value | string | The value value. |
label | string | The label value. |
labelTranslations | Record< | The labelTranslations value. |
Full signature
interface SchemaSelectOption { ... }