pictureInPictureElement property

Element? get pictureInPictureElement

The pictureInPictureElement read-only property of the ShadowRoot interface returns the Element that is currently being presented in picture-in-picture mode in this shadow tree, or null if picture-in-picture mode is not currently in use.

Implementation

external Element? get pictureInPictureElement;