-
public final class DOMEvent.ShadowRootPoppedEvent extends DOMEvent
Called when shadow root is popped from the element.
-
-
Constructor Summary
Constructors Constructor Description ShadowRootPoppedEvent(Integer hostId, Integer rootId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final DOMEvent.ShadowRootPoppedEventcopy(Integer hostId, Integer rootId)final IntegergetHostId()Host element id. final IntegergetRootId()Shadow root id. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
copy
final DOMEvent.ShadowRootPoppedEvent copy(Integer hostId, Integer rootId)
-
-
-
-