DetachedElementInfo

@Serializable
data class DetachedElementInfo(val treeNode: DOM.Node, val retainedNodeIds: List<Int>)

A structure to hold the top-level node of a detached tree and an array of its retained descendants.

Constructors

Link copied to clipboard
constructor(treeNode: DOM.Node, retainedNodeIds: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard