Class _WindowModule

Lends

Window

Hierarchy

  • Base
    • _WindowModule

Constructors

Properties

Accessors

Methods

Constructors

Properties

wire: Transport<EntityType>

Accessors

Methods

  • Asynchronously returns a Window object that represents the current window

    Returns

    Tutorial

    Window.getCurrent

    Static

    Returns Promise<Window>

  • Synchronously returns a Window object that represents the current window

    Returns

    Tutorial

    Window.getCurrentSync

    Static

    Returns Window

  • Asynchronously returns a Window object that represents an existing window.

    Returns

    Tutorial

    Window.wrap

    Static

    Parameters

    Returns Promise<Window>

  • Synchronously returns a Window object that represents an existing window.

    Returns

    Tutorial

    Window.wrapSync

    Static

    Parameters

    Returns Window

Generated using TypeDoc