CustomFieldValue

  • extra
    Type: object
    • propertyName
      Type: anything
  • name
    Type: string
  • type
    Type: string ยท FieldTypeenum

    date is an ISO 8601 string. datetime is a Unix timestamp. object holds arbitrary JSON โ€” an object or an array โ€” and round-trips as structure rather than as an escaped string; it is the type the builder canvas presents as array/list. An unrecognised type string is not rejected: the value is silently coerced and stored as string.

    values
    • string
    • integer
    • float
    • boolean
    • date
    • datetime
    • object
  • value

    Field value. Type depends on type.

    • Type: string

      Field value. Type depends on type.