Optional Readonly dataPreferred data type from the model. Defaults to string.
Optional Readonly descriptionExtension description.
This can be used to provide user documentation on the feature brought by the extension.
Optional Readonly documentThe options used to open a document with the renderer factory.
Optional Readonly fileThe optional file type associated with the extension.
Readonly idThe ID of the extension.
The convention for extension IDs in JupyterLab is the full NPM package
name followed by a colon and a unique string token, e.g.
'@jupyterlab/apputils-extension:settings' or 'foo-extension:bar'.
Optional Readonly rankThe rank passed to RenderMime.addFactory. If not given,
defaults to the defaultRank of the factory.
Optional Readonly renderThe timeout after user activity to re-render the data.
Readonly rendererA renderer factory to be registered to render the MIME type.
An interface for using a RenderMime.IRenderer for output and read-only documents.