Options
All
  • Public
  • Public/Protected
  • All
Menu

A VDomModel for the CommandEdit renderer.

Hierarchy

Index

Constructors

constructor

Properties

Private _notebook

_notebook: any

Private _notebookMode

_notebookMode: any

Private _onChanged

_onChanged: any

On a change to the notebook, update the mode.

Private _triggerChange

_triggerChange: any

Trigger a state change for the renderer.

Readonly stateChanged

stateChanged: Signal<Model, void>

A signal emitted when any model state changes.

Accessors

isDisposed

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

    Returns boolean

notebook

  • set notebook(notebook: Notebook): void
  • Set the current notebook for the model.

    Parameters

    Returns void

notebookMode

  • The current mode of the current notebook.

    Returns NotebookMode

Methods

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc