Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to initialize a rendermime instance.

Hierarchy

  • IOptions

Index

Properties

Optional initialFactories

initialFactories: readonly IRendererFactory[]

Initial factories to add to the rendermime instance.

Optional latexTypesetter

latexTypesetter: ILatexTypesetter

An optional LaTeX typesetter.

Optional linkHandler

linkHandler: ILinkHandler

An optional path handler.

Optional resolver

resolver: IResolver

The initial resolver object.

The default is null.

Optional sanitizer

sanitizer: ISanitizer

The sanitizer used to sanitize untrusted html inputs.

If not given, a default sanitizer will be used.

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc