ChildNodeRemovedParameter

@Serializable
data class ChildNodeRemovedParameter(val parentNodeId: Int, val nodeId: Int)

Mirrors DOMNodeRemoved event.

Constructors

Link copied to clipboard
constructor(parentNodeId: Int, nodeId: Int)

Properties

Link copied to clipboard
val nodeId: Int

Id of the node that has been removed.

Link copied to clipboard

Parent id.