Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomFieldKeyValue

Hierarchy

  • CustomFieldKeyValue

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

CustomFieldID

CustomFieldID: number

Identifier for the custom field Entity type: CustomField

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