DocumentOrShadowRoot$Typings extension

on

Properties

activeElement Element?

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

Returns the deepest element in the document through which or to which key events are being routed. This is, roughly speaking, the focused element in the document.
no setter
adoptedStyleSheets List<CSSStyleSheet>

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

MDN Reference
getter/setter pair
elementFromPoint Element? Function(num, num)

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

getter/setter pair
elementsFromPoint List<Element> Function(num, num)

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

getter/setter pair
fullscreenElement Element?

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

Returns document's fullscreen element.
no setter
getAnimations List<Animation> Function()

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

getter/setter pair
pictureInPictureElement Element?

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

MDN Reference
no setter
pointerLockElement Element?

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

MDN Reference
no setter
styleSheets StyleSheetList

Available on DocumentOrShadowRoot, provided by the DocumentOrShadowRoot$Typings extension

Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.
no setter