Interface: IPlugin#
@jupyterlite/settings.IPlugin
An interface for the plugin settings.
Hierarchy#
PartialJSONObject↳
IPlugin
Properties#
id#
id:string
The name of the plugin.
Defined in#
raw#
raw:string
The raw user settings data as a string containing JSON with comments.
Defined in#
schema#
schema:ISchema
The JSON schema for the plugin.
Defined in#
settings#
settings:JSONObject
The settings for the plugin.
Defined in#
version#
version:string
The published version of the NPM package containing the plugin.