Interface SerializerOptions<T>

Type Parameters

Hierarchy

  • SerializerOptions

Properties

scriptingEnabled?: boolean

The scripting flag. If set to true, noscript element content will not be escaped.

Default

true

treeAdapter?: TreeAdapter<T>

Specifies input tree format.

Default

treeAdapters.default

Generated using TypeDoc