fullscreenElement property

Element? get fullscreenElement

The fullscreenElement read-only property of the ShadowRoot interface returns the element within the shadow tree that is currently displayed in full screen.

Implementation

external Element? get fullscreenElement;