Optional
Readonly
defaultThe default rank of the factory. If not given, defaults to 100.
Readonly
mimeThe mime types handled by this factory.
Readonly
safeWhether the factory is a "safe" factory.
A "safe" factory produces renderer widgets which can render untrusted model data in a usable way. All renderers must handle untrusted data safely, but some may simply failover with a "Run cell to view output" message. A "safe" renderer is an indication that its sanitized output will be useful.
Create a renderer which displays the mime data.
The options used to render the data.
The interface for a renderer factory.