Options
All
  • Public
  • Public/Protected
  • All
Menu

A VDomModel for the kernel status indicator.

Hierarchy

Index

Constructors

constructor

  • new Model(translator?: ITranslator): Model
  • Parameters

    • Optional translator: ITranslator

    Returns Model

Properties

Private _activityName

_activityName: any

Private _getAllState

_getAllState: any

Private _kernelName

_kernelName: any

Private _kernelStatus

_kernelStatus: any

Private _onKernelChanged

_onKernelChanged: any

React to changes in the kernel.

Private _onKernelStatusChanged

_onKernelStatusChanged: any

React to changes to the kernel status.

Private _sessionContext

_sessionContext: any

Private _trans

_trans: any

Private _triggerChange

_triggerChange: any

Readonly stateChanged

stateChanged: Signal<this, void>

A signal emitted when any model state changes.

Protected translation

translation: ITranslator

Accessors

activityName

  • get activityName(): string
  • set activityName(val: string): any
  • A display name for the activity.

    Returns string

  • A display name for the activity.

    Parameters

    • val: string

    Returns any

isDisposed

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

    Returns boolean

kernelName

  • get kernelName(): string
  • The name of the kernel.

    Returns string

sessionContext

  • The current client session associated with the kernel status indicator.

    Returns ISessionContext | null

  • The current client session associated with the kernel status indicator.

    Parameters

    Returns any

status

  • get status(): string | undefined
  • The current status of the kernel.

    Returns string | undefined

Methods

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc