Interface IKernelStatusModel

Kernel status indicator model.

Hierarchy

  • IKernelStatusModel

Properties

Properties

addSessionProvider: ((provider) => void)

Type declaration

    • (provider): void
    • Add a session context provider.

      A provider will receive the currently active widget and must return the associated session context if it can or null otherwise.

      Parameters

      Returns void

Generated using TypeDoc