ActionDeltaUpdate: {
    hasTypeError?: boolean;
    name?: string;
    script?: string;
    triggers?: ActionTrigger[];
}

Model to update an Action.

Type declaration

  • OptionalhasTypeError?: boolean

    Whether the Action has any typing errors.

  • Optionalname?: string

    The new name of the Action.

  • Optionalscript?: string

    The new Action JS script.

  • Optionaltriggers?: ActionTrigger[]

    The new list of triggers.