An interface for tooltip-compatible objects.

interface IOptions {
    anchor: Widget;
    editor: CodeEditor.IEditor;
    kernel: IKernelConnection;
    rendermime: IRenderMimeRegistry;
}

Properties

anchor: Widget

The referent anchor the tooltip follows.

The referent editor for the tooltip.

The kernel the tooltip communicates with to populate itself.

The renderer the tooltip uses to render API responses.