A VDomModel for the execution status indicator.

Hierarchy (View Summary)

Constructors

Properties

stateChanged: Signal<ExecutionIndicator.Model, void>

A signal emitted when any model state changes.

Accessors

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

    Returns boolean

Methods

  • Attach a notebook with session context to model in order to keep track of multiple notebooks. If a session context is already attached, only set current activated notebook to input.

    Parameters

    • data: null | { content?: Notebook; context?: ISessionContext }

      The notebook and session context to be attached to model

    Returns void

  • Dispose the model.

    Returns void