A concrete implementation of a window name resolver.

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

_name: string

Accessors

Methods

  • Resolve a window name to use as a handle among shared resources.

    Parameters

    • candidate: string

      The potential window name being resolved.

      Notes

      Typically, the name candidate should be a JupyterLab workspace name or an empty string if there is no workspace.

      If the returned promise rejects, a window name cannot be resolved without user intervention, which typically means navigation to a new URL.

    Returns Promise<void>