ChildNodeInsertedParameter

@Serializable
data class ChildNodeInsertedParameter(val parentNodeId: Int, val previousNodeId: Int, val node: DOM.Node)

Mirrors DOMNodeInserted event.

Constructors

Link copied to clipboard
constructor(parentNodeId: Int, previousNodeId: Int, node: DOM.Node)

Properties

Link copied to clipboard

Inserted node data.

Link copied to clipboard

Id of the node that has changed.

Link copied to clipboard

Id of the previous sibling.