Accepts input for creating a custom field definition. You must provide exactly one of the fields in this input type.
Property Name | Type | Description |
---|---|---|
booleanFieldDefinition | InputMaybe<CompassCreateCustomBooleanFieldDefinitionInput> | Input for creating a custom boolean field definition. |
multiSelectFieldDefinition | InputMaybe<CompassCreateCustomMultiSelectFieldDefinitionInput> | Input for creating a custom multi-select field definition. |
numberFieldDefinition | InputMaybe<CompassCreateCustomNumberFieldDefinitionInput> | Input for creating a custom number field definition. |
singleSelectFieldDefinition | InputMaybe<CompassCreateCustomSingleSelectFieldDefinitionInput> | Input for creating a custom single-select field definition. |
textFieldDefinition | InputMaybe<CompassCreateCustomTextFieldDefinitionInput> | Input for creating a custom text field definition. |
userFieldDefinition | InputMaybe<CompassCreateCustomUserFieldDefinitionInput> | Input for creating a custom user field definition. |
Rate this page: