chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom.events / DOMEvent / ShadowRootPoppedEvent

ShadowRootPoppedEvent

data class ShadowRootPoppedEvent : DOMEvent

Called when shadow root is popped from the element.

Official doc

Constructors

<init>

Called when shadow root is popped from the element.

ShadowRootPoppedEvent(hostId: NodeId, rootId: NodeId)

Properties

hostId

Host element id.

val hostId: NodeId

rootId

Shadow root id.

val rootId: NodeId