Options
All
  • Public
  • Public/Protected
  • All
Menu

A VDomModel for rendering the PathStatus status item.

Hierarchy

Index

Constructors

constructor

Properties

Private _docManager

_docManager: any

Private _getAllState

_getAllState: any

Get the current state of the model.

Private _name

_name: any

Private _onPathChange

_onPathChange: any

React to a path change for the current document.

Private _onTitleChange

_onTitleChange: any

React to a title change for the current widget.

Private _path

_path: any

Private _triggerChange

_triggerChange: any

Trigger a state change to rerender.

Private _widget

_widget: any

Readonly stateChanged

stateChanged: Signal<this, void>

A signal emitted when any model state changes.

Accessors

isDisposed

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

    Returns boolean

name

  • get name(): string
  • The name of the current activity.

    Returns string

path

  • get path(): string
  • The current path for the application.

    Returns string

widget

  • get widget(): Widget | null
  • set widget(widget: Widget | null): any
  • The current widget for the application.

    Returns Widget | null

  • The current widget for the application.

    Parameters

    • widget: Widget | null

    Returns any

Methods

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc