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