IManager | @jupyterlab (original) (raw)
Index
Properties
name
name: string
runningChanged
runningChanged: ISignal<any, any>
Optional
shutdownAllConfirmationText
shutdownAllConfirmationText?: string | () => string
Optional
shutdownAllLabel
shutdownAllLabel?: string
Optional
shutdownItemIcon
Optional
shutdownLabel
shutdownLabel?: string | (item: IRunningItem) => string
Optional
supportsMultipleViews
supportsMultipleViews?: boolean
Optional
toolbarButtons
Methods
refreshRunning
- refreshRunning(): void
Returns void
running
- running(options: { mode: "tree" | "list" }): IRunningItem[]
Parameters
- options: { mode: "tree" | "list" }
Returns IRunningItem[]
shutdownAll
- shutdownAll(): void
Returns void