Model for a kernel spy.

Hierarchy

  • VDomModel
    • KernelSpyModel

Constructors

Properties

_childLUT: {
    [key: string]: string[];
} = {}

Type declaration

  • [key: string]: string[]
_kernel: null | IKernelConnection = null
_log: IAnyMessageArgs[] = []
_messages: {
    [key: string]: Kernel.IAnyMessageArgs;
} = {}

Type declaration

  • [key: string]: Kernel.IAnyMessageArgs
_roots: string[] = []
stateChanged: Signal<KernelSpyModel, void>

A signal emitted when any model state changes.

Accessors

  • get isDisposed(): boolean
  • Test whether the model is disposed.

    Returns boolean

Methods

  • Dispose the model.

    Returns void