ChildNodeRemoved

@Serializable
data class ChildNodeRemoved(val parentNodeId: NodeId, val nodeId: NodeId) : DOMEvent

Mirrors DOMNodeRemoved event.

Official doc

Constructors

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

Properties

Link copied to clipboard

Id of the node that has been removed.

Link copied to clipboard

Parent id.