Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHandler

An interface for debugger handler.

Hierarchy

  • IHandler
    • IHandler

Index

Properties

Methods

Properties

activeWidget

activeWidget: ConsolePanel | NotebookPanel | DocumentWidget<Widget, IModel>

Get the active widget.

Methods

update

  • Update a debug handler for the given widget, and handle kernel changed events.

    Parameters

    Returns Promise<void>

updateContext

  • Update a debug handler for the given widget, and handle connection kernel changed events.

    Parameters

    Returns Promise<void>

Generated using TypeDoc