Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomFieldValue

Hierarchy

  • CustomFieldValue

Index

Properties

Optional ArrayValues

ArrayValues: CustomFieldValue[]

Used for multiple values

Optional BlobValue

BlobValue: undefined | string

Used for datatype Blob

Optional BoolValue

BoolValue: undefined | false | true

Used for datatype Bool

Optional DateTimeValue

DateTimeValue: undefined | string

Used for datatype DateTime and Date

Optional NumberValue

NumberValue: undefined | number

Used for datatype Integer and Decimal

Optional StringValue

StringValue: undefined | string

Used for datatype String, Text and Enum