Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.dom
/
ShadowRootPushedEvent
Shadow
Root
Pushed
Event
data class
ShadowRootPushedEvent
(hostId:
NodeId
, root:
Node
) :
Event
Content copied to clipboard
Called when shadow root is pushed into the element.
Constructors
Functions
Properties
Sources
Constructors
ShadowRootPushedEvent
Link copied to clipboard
fun
ShadowRootPushedEvent
(hostId:
NodeId
, root:
Node
)
Content copied to clipboard
On this page
On this page
Functions
domain
Link copied to clipboard
open override fun
domain
():
String
Content copied to clipboard
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun
eventName
():
String
Content copied to clipboard
Returns event name as described in protocol.
On this page
On this page
Properties
hostId
Link copied to clipboard
val
hostId
:
NodeId
Content copied to clipboard
Host element id.
root
Link copied to clipboard
val
root
:
Node
Content copied to clipboard
Shadow root.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page