Lends

ExternalApplication

Hierarchy

  • Base
    • ExternalApplicationModule

Constructors

Properties

Accessors

Methods

Constructors

Properties

wire: Transport<EntityType>

Accessors

Methods

  • Asynchronously returns an External Application object that represents an external application.
    It is possible to wrap a process that does not yet exist, (for example, to listen for startup-related events) provided its uuid is already known.

    Returns

    Tutorial

    ExternalApplication.wrap

    Static

    Parameters

    • uuid: string

      The UUID of the external application to be wrapped

    Returns Promise<OpenFin.ExternalApplication>

  • Synchronously returns an External Application object that represents an external application.
    It is possible to wrap a process that does not yet exist, (for example, to listen for startup-related events) provided its uuid is already known.

    Returns

    Tutorial

    ExternalApplication.wrapSync

    Static

    Parameters

    • uuid: string

      The UUID of the external application to be wrapped

    Returns OpenFin.ExternalApplication

Generated using TypeDoc