Lends

Application

Hierarchy

  • Base
    • ApplicationModule

Constructors

Properties

wire: Transport<EntityType>

Accessors

Methods

  • Asynchronously returns an Application object that represents the current application

    Returns

    Tutorial

    Application.getCurrent

    Static

    Returns Promise<OpenFin.Application>

  • Synchronously returns an Application object that represents the current application

    Returns

    Tutorial

    Application.getCurrentSync

    Static

    Returns OpenFin.Application

  • Retrieves application's manifest and returns a running instance of the application.

    Returns

    Tutorial

    Application.startFromManifest

    Static

    Parameters

    • manifestUrl: string

      The URL of app's manifest.

    • Optional opts: RvmLaunchOptions

      Parameters that the RVM will use.

    Returns Promise<OpenFin.Application>

  • Experimental

    Asynchronously starts a batch of applications given an array of application identifiers and manifestUrls. Returns once the RVM is finished attempting to launch the applications.

    Returns

    Static

    Tutorial

    Application.startManyManifests

    Parameters

    Returns Promise<void>

Generated using TypeDoc