Airship actions.

Hierarchy

  • AirshipActions

Constructors

Properties

Methods

Constructors

Properties

plugin: AirshipPluginWrapper

Methods

  • Runs an Airship action.

    Returns

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

    Parameters

    • actionName: string
    • Optional actionValue: JsonValue

    Returns Promise<undefined | JsonValue>

Generated using TypeDoc