GetSnapshotParameter

@Serializable
data class GetSnapshotParameter(val computedStyleWhitelist: List<String>, val includeEventListeners: Boolean? = null, val includePaintOrder: Boolean? = null, val includeUserAgentShadowTree: Boolean? = null)

Constructors

Link copied to clipboard
constructor(computedStyleWhitelist: List<String>, includeEventListeners: Boolean? = null, includePaintOrder: Boolean? = null, includeUserAgentShadowTree: Boolean? = null)

Properties

Link copied to clipboard

Whitelist of computed styles to return.

Link copied to clipboard

Whether or not to retrieve details of DOM listeners (default false).

Link copied to clipboard

Whether to determine and include the paint order index of LayoutTreeNodes (default false).

Link copied to clipboard

Whether to include UA shadow tree in the snapshot (default false).