Configuration for an input field on the custom action

Hierarchy

  • InputFieldDefinition

Constructors

Properties

isRequired: boolean

Whether the field is required for the custom action to be valid

Controls what kind of input a customer can use to specify the field value. Must contain exactly one of STATIC_VALUE or OBJECT_PROPERTY. If STATIC_VALUE, the customer will be able to choose a value when configuring the custom action; if OBJECT_PROPERTY, the customer will be able to choose a property from the enrolled workflow object that the field value will be copied from. In the future we may support more than one input control type here.

typeDefinition: FieldTypeDefinition
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