data class ShadowRootPushedEvent : DOMEvent
Called when shadow root is pushed into the element.
<init> |
Called when shadow root is pushed into the element. ShadowRootPushedEvent(hostId: NodeId, root: Node) |
hostId |
Host element id. val hostId: NodeId |
root |
Shadow root. val root: Node |