Options
All
  • Public
  • Public/Protected
  • All
Menu

A service manager interface.

Hierarchy

  • IDisposable
    • IManager

Implemented by

Index

Properties

Readonly builder

builder: IManager

The builder for the manager.

Readonly connectionFailure

connectionFailure: ISignal<IManager, Error>

A signal emitted when there is a connection failure with the server.

Readonly contents

contents: IManager

The contents manager for the manager.

Readonly isDisposed

isDisposed: boolean

Test whether the object has been disposed.

Notes

This property is always safe to access.

Readonly isReady

isReady: boolean

Test whether the manager is ready.

Readonly kernelspecs

kernelspecs: IManager

The session manager for the manager.

Readonly nbconvert

nbconvert: IManager

The nbconvert manager for the manager.

Readonly ready

ready: Promise<void>

A promise that fulfills when the manager is initially ready.

Readonly serverSettings

serverSettings: ISettings

The server settings of the manager.

Readonly sessions

sessions: IManager

The session manager for the manager.

Readonly settings

settings: IManager

The setting manager for the manager.

Readonly terminals

terminals: IManager

The terminals manager for the manager.

Readonly workspaces

workspaces: IManager

The workspace manager for the manager.

Methods

dispose

  • dispose(): void
  • Dispose of the resources held by the object.

    Notes

    If the object's dispose method is called more than once, all calls made after the first will be a no-op.

    Undefined Behavior

    It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.

    Returns void

Generated using TypeDoc