Click or drag to resize

SerializationOptions Properties

Version 130.1.90

The SerializationOptions type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalParameters Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM serialization via `maxNodeDepth: integer` and `includeShadowTree: "none" | "open" | "all"`. Values can be only of type string or integer.
Public propertyMaxDepth Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode.
Public propertySerialization Serialization
Top
See Also