User-facing labels for this custom workflow action.

Hierarchy

  • ActionLabels

Constructors

Properties

actionCardContent?: string

The label to be displayed in the action card of the workflow editor once this custom action has been added to a workflow.

actionDescription?: string

A description for this custom action. This will show up in the action editor along with the input fields.

actionName: string

The name of this custom action. This is what will show up when users are selecting an action in the workflows app.

appDisplayName?: string

The name to be displayed at the top of the action editor in the workflows app.

inputFieldDescriptions?: {
    [key: string]: string;
}

A map of input field names to descriptions for the fields. These will show up as tooltips when users are editing your action.

Type declaration

  • [key: string]: string
inputFieldLabels?: {
    [key: string]: string;
}

A map of input field names to the user-facing labels.

Type declaration

  • [key: string]: string
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