Airship actions.

Constructors

Methods

Constructors

Methods

  • Runs an Airship action.

    Parameters

    • actionName: string

      The name of the action.

    • OptionalactionValue: JsonValue

      The action's value.

    Returns Promise<undefined | JsonValue>

    A promise that returns the action result if the action successfully runs, or the Error if the action was unable to be run.