Filter by keyword

CompassUpdateCustomMultiSelectFieldDefinitionInput

Accepts input for updating a custom multi select field definition.

Property NameTypeDescription
componentTypeIdsInputMaybe<Array<String>>The component types the custom multi-select field applies to.
createOptionsInputMaybe<Array<String>>A list of options to create.
deleteOptionsInputMaybe<Array<String>>A list of options to delete.
descriptionInputMaybe<String>The description of the custom multi-select field.
idStringThe ID of the custom multi-select field definition.
nameInputMaybe<String>The name of the custom multi-select field.
updateOptionsInputMaybe<Array<CompassUpdateCustomFieldOptionDefinitionInput>>A list of options to update.

Rate this page: