DetachedElementInfo

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

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

Official doc

Constructors

Link copied to clipboard
constructor(treeNode: Node, retainedNodeIds: List<NodeId>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)