Class _FrameModule

Lends

Frame

Hierarchy

  • Base
    • _FrameModule

Constructors

Properties

Accessors

Methods

Constructors

Properties

wire: Transport<EntityType>

Accessors

Methods

  • Asynchronously returns a reference to the current frame

    Returns

    Tutorial

    Frame.getCurrent

    Static

    Returns Promise<Frame>

  • Synchronously returns a reference to the current frame

    Returns

    Tutorial

    Frame.getCurrentSync

    Static

    Returns Frame

  • Asynchronously returns a reference to the specified frame. The frame does not have to exist

    Returns

    Tutorial

    Frame.wrap

    Static

    Parameters

    • identity: Identity

      the identity of the frame you want to wrap

    Returns Promise<Frame>

  • Synchronously returns a reference to the specified frame. The frame does not have to exist

    Returns

    Tutorial

    Frame.wrapSync

    Static

    Parameters

    • identity: Identity

      the identity of the frame you want to wrap

    Returns Frame

Generated using TypeDoc