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

Model to update an Action.

Type declaration

  • Optional hasTypeError?: boolean

    Whether the Action has any typing errors.

  • Optional name?: string

    The new name of the Action.

  • Optional script?: string

    The new Action JS script.

  • Optional triggers?: ActionTrigger[]

    The new list of triggers.

Generated using TypeDoc