Airship actions.

Constructors

Properties

Methods

Constructors

Properties

module: any

Methods

  • Runs an Airship action.

    Parameters

    • actionName: string

      The name of the action.

    • Optional actionValue: 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.