LabStatus | @jupyterlab (original) (raw)
Implements
Index
Constructors
constructor
- new LabStatus(app: JupyterFrontEnd<any, any>): LabStatus
LabStatus
Returns
Accessors
busySignal
- get busySignal(): ISignal<
JupyterFrontEnd<IShell, "mobile" | "desktop">,
boolean,
> ISignal<JupyterFrontEnd<IShell, "mobile" | "desktop">, boolean>
Returns
dirtySignal
- get dirtySignal(): ISignal<
JupyterFrontEnd<IShell, "mobile" | "desktop">,
boolean,
> ISignal<JupyterFrontEnd<IShell, "mobile" | "desktop">, boolean>
Returns
isBusy
- get isBusy(): boolean
Returns boolean
isDirty
- get isDirty(): boolean
Returns boolean
Methods
setBusy
- setBusy(): IDisposable
IDisposable
Returns
A disposable used to clear the busy state for the caller.
setDirty
- setDirty(): IDisposable
IDisposable
Returns
A disposable used to clear the dirty state for the caller.