Interface NotebookWidgetOpenerOptions

interface NotebookWidgetOpenerOptions {
    notebookType?: string;
}

Hierarchy

  • WidgetOpenerOptions
    • NotebookWidgetOpenerOptions

Properties

Properties

notebookType?: string