DocumentOrShadowRoot$Typings extension

on

Properties

activeElement Element?
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>
MDN Reference
getter/setter pair
elementFromPoint Element? Function(num, num)
getter/setter pair
elementsFromPoint List<Element> Function(num, num)
getter/setter pair
fullscreenElement Element?
Returns document's fullscreen element.
no setter
getAnimations List<Animation> Function()
getter/setter pair
pictureInPictureElement Element?
MDN Reference
no setter
pointerLockElement Element?
MDN Reference
no setter
styleSheets StyleSheetList
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