Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotebookWidgetFactory

A widget factory for notebook panels.

Hierarchy

  • NotebookWidgetFactory

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new NotebookWidgetFactory(rendermime: RenderMime<Widget>, clipboard: IClipboard): NotebookWidgetFactory

Properties

Private _clipboard

_clipboard: IClipboard

Private _rendermime

_rendermime: RenderMime<Widget>

Accessors

isDisposed

  • get (): boolean

Methods

beforeClose

  • Take an action on a widget before closing it.

    Parameters

    Returns Promise<boolean>

    A promise that resolves to true if the document should close and false otherwise.

createNew

dispose

  • dispose(): void

Generated using TypeDoc