Interface: IPluginModule¶
server.JupyterLiteServer.IPluginModule
The interface for a module that exports a plugin or plugins as the default value.
Properties¶
default¶
• default: IPlugin<JupyterLiteServer, any> | IPlugin<JupyterLiteServer, any>[]
The default export.
Defined in¶
packages/server/lib/app.d.ts:85