data class ShadowRootPoppedEvent : DOMEvent
Called when shadow root is popped from the element.
<init> |
Called when shadow root is popped from the element. ShadowRootPoppedEvent(hostId: NodeId, rootId: NodeId) |
hostId |
Host element id. val hostId: NodeId |
rootId |
Shadow root id. val rootId: NodeId |