Classes
Enumerations
Interfaces
TypeAliases

CompassUpdateCustomSingleSelectFieldDefinitionInput

Accepts input for updating a custom single select field definition.

Property NameTypeDescription
componentTypeIdsInputMaybe<Array<String>>The component types the custom single-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 single-select field.
idStringThe ID of the custom single-select field definition.
nameInputMaybe<String>The name of the custom single-select field.

Rate this page: