Child Node Inserted Event
data class ChildNodeInsertedEvent(parentNodeId: NodeId, previousNodeId: NodeId, node: Node) : Event
Content copied to clipboard
Mirrors DOMNodeInserted
event.
Constructors
ChildNodeInsertedEvent
Link copied to clipboard
fun ChildNodeInsertedEvent(parentNodeId: NodeId, previousNodeId: NodeId, node: Node)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard