Class LayoutModule

Lends

Platform#Layout

Hierarchy

  • Base
    • LayoutModule

Constructors

Properties

Accessors

Methods

Constructors

Properties

wire: Transport<EntityType>

Accessors

Methods

  • Asynchronously returns a Layout object that represents a Window's layout.

    Returns

    Tutorial

    Layout.getCurrent

    Static

    Returns Promise<OpenFin.Layout>

  • Synchronously returns a Layout object that represents a Window's layout.

    Returns

    Tutorial

    Layout.getCurrentSync

    Static

    Returns OpenFin.Layout

  • Experimental

    Initialize the window's Layout. Must be called from a custom window that has a 'layout' option set upon creation of that window. If a containerId is not provided, this method attempts to find an element with the id layout-container. A Layout will emit events locally on the DOM element representing the layout-container. In order to capture the relevant events during Layout initiation, set up the listeners on the DOM element prior to calling init.

    Returns

    Static

    Tutorial

    Layout.init

    Parameters

    Returns Promise<OpenFin.Layout>

  • Asynchronously returns a Layout object that represents a Window's layout.

    Returns

    Tutorial

    Layout.wrap

    Static

    Parameters

    Returns Promise<OpenFin.Layout>

  • Synchronously returns a Layout object that represents a Window's layout.

    Returns

    Tutorial

    Layout.wrapSync

    Static

    Parameters

    Returns OpenFin.Layout

Generated using TypeDoc