Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents settings to customize DOM to Content Model conversion

Hierarchy

Index

Properties

defaultElementProcessors

defaultElementProcessors: Readonly<ElementProcessorMap>

Default DOM to Content Model processors before overriding. This provides a way to call original processor from an overridden processor function

defaultFormatParsers

defaultFormatParsers: Readonly<FormatParsers>

Default format parsers before overriding. This provides a way to call original format parser from an overridden parser function

elementProcessors

elementProcessors: ElementProcessorMap

Map of element processors

formatParsers

Map of format parsers

Optional processNonVisibleElements

processNonVisibleElements: boolean

If true elements that has display:none style will be processed

Optional skipFormatContainerFallbackCheck

skipFormatContainerFallbackCheck: boolean

When set to true, if a container element could be represented by a FormatContainer, always keep the FormatContainer and never fall back to a paragraph, even when it only has a single child. Set this when the intermediate FormatContainer is persisted during DOM to Content Model conversion and is later used during formatting.

Generated using TypeDoc