Interface: IPluginModule¶
application.SingleWidgetApp.IPluginModule
The interface for a module that exports a plugin or plugins as the default value.
Properties¶
default¶
• default: JupyterFrontEndPlugin<any, IShell, "desktop" | "mobile"> | JupyterFrontEndPlugin<any, IShell, "desktop" | "mobile">[]
The default export.
Defined in¶
packages/application/lib/singleWidgetApp.d.ts:74