Interface: IFederatedExtension¶
types.IFederatedExtension
The interface for a federated extension, as it appears in jupyter-config-data
TODO: sync with schema, Lab core, etc.
Properties¶
extension¶
• Optional extension: string
Optional relative path to the extension
Defined in¶
packages/types/lib/tokens.d.ts:18
load¶
• load: string
The relative entrypoint to the WebPack remoteEntry
Defined in¶
packages/types/lib/tokens.d.ts:14
mimeExtension¶
• Optional mimeExtension: string
Optional relative path to the mimeExtension
Defined in¶
packages/types/lib/tokens.d.ts:26
name¶
• name: string
The npm-compatible name of the package
Defined in¶
packages/types/lib/tokens.d.ts:10
style¶
• Optional style: string
Optional path to the style module
Defined in¶
packages/types/lib/tokens.d.ts:22