Skip to content

Rule.io SDK


Rule.io SDK / client/src / CustomFieldValueType

Type Alias: CustomFieldValueType

CustomFieldValueType = "text" | "single" | "multiple" | "json" | "date" | "datetime" | "time"

Defined in: client/src/resources/custom-field/custom-field.types.ts:22

Custom field data type.

  • 'text' — free-form text (default)
  • 'single' — single-select
  • 'multiple' — multi-select
  • 'json' — arbitrary JSON
  • 'date' — date only (YYYY-MM-DD)
  • 'datetime' — date and time
  • 'time' — time only