The definition of a custom single-select field.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| componentTypeIds | Maybe<Array<String>> | The IDs of component types the custom single-select field applies to. |
| componentTypes | Maybe<Array<CompassComponentType>> | The component types the custom single-select field applies to. |
| description | Maybe<String> | The description of the custom single-select field. |
| id | String | The ID of the custom single-select field definition. |
| name | Maybe<String> | The name of the custom single-select field. |
| options | Maybe<Array<CompassCustomSelectFieldOption>> | A list of options for the custom single-select field. |
Rate this page: