pl.wendigo.chrome.api.dom / ShadowRootPushedEvent

ShadowRootPushedEvent

data class ShadowRootPushedEvent : Event (source)

Called when shadow root is pushed into the element.

Link
DOM#shadowRootPushed event documentation.

Constructors

<init>

ShadowRootPushedEvent(hostId: NodeId, root: Node)

Called when shadow root is pushed into the element.

Properties

hostId

val hostId: NodeId

Host element id.

root

val root: Node

Shadow root.

Inherited Functions

protocolDomain

fun protocolDomain(): String