-
public final class DOMEvent.ShadowRootPushedEvent extends DOMEvent
Called when shadow root is pushed into the element.
-
-
Constructor Summary
Constructors Constructor Description ShadowRootPushedEvent(Integer hostId, Node root)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Nodecomponent2()final DOMEvent.ShadowRootPushedEventcopy(Integer hostId, Node root)final IntegergetHostId()Host element id. final NodegetRoot()Shadow root. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Node component2()
-
copy
final DOMEvent.ShadowRootPushedEvent copy(Integer hostId, Node root)
-
-
-
-