Accepts input for updating a custom multi select field definition.
| Property Name | Type | Description | 
|---|---|---|
| componentTypeIds | InputMaybe<Array<String>> | The component types the custom multi-select field applies to. | 
| createOptions | InputMaybe<Array<String>> | A list of options to create. | 
| deleteOptions | InputMaybe<Array<String>> | A list of options to delete. | 
| description | InputMaybe<String> | The description of the custom multi-select field. | 
| id | String | The ID of the custom multi-select field definition. | 
| name | InputMaybe<String> | The name of the custom multi-select field. | 
| updateOptions | InputMaybe<Array<CompassUpdateCustomFieldOptionDefinitionInput>> | A list of options to update. | 
Rate this page: