Interface SerializerOptions<T>

interface SerializerOptions<T> {
    scriptingEnabled?: boolean;
    treeAdapter?: TreeAdapter<T>;
}

Type Parameters

Properties

scriptingEnabled?: boolean

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

true

treeAdapter?: TreeAdapter<T>

Specifies input tree format.

treeAdapters.default