An option for a field value.

Hierarchy

  • Option

Constructors

Properties

description: string
displayOrder: number
doubleData: number
hidden: boolean
label: string

The user-facing label for the option.

readOnly: boolean
value: string

The internal value for the option. This is what will be included in the execution request to the actionUrl.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc