Serialization |
The SerializationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalParameters | 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. | |
| MaxDepth | Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode. | |
| Serialization | Serialization |