PropsElement extension

on

Properties

attributes NamedNodeMap
no setter
classList DOMTokenList
no setter
className ↔ dynamic
getter/setter pair
clientHeight int
no setter
clientLeft int
no setter
clientTop int
no setter
clientWidth int
no setter
editContext EditContext?
getter/setter pair
elementTiming String
getter/setter pair
id String
getter/setter pair
localName String
no setter
namespaceURI String?
no setter
onfullscreenchange EventHandlerNonNull<Event>?
getter/setter pair
onfullscreenerror EventHandlerNonNull<Event>?
getter/setter pair
outerHTML String
getter/setter pair
part DOMTokenList
no setter
prefix String?
no setter
scrollHeight int
no setter
scrollLeft ↔ dynamic
getter/setter pair
scrollTop ↔ dynamic
getter/setter pair
scrollWidth int
no setter
shadowRoot ShadowRoot?
no setter
slot String
getter/setter pair
tagName String
no setter

Methods

attachShadow(ShadowRootInit init) ShadowRoot
checkVisibility([CheckVisibilityOptions? options]) bool
closest(String selectors) Element?
computedStyleMap() StylePropertyMapReadOnly
focusableAreas([FocusableAreasOption? option]) Iterable<Node>
getAttribute(String qualifiedName) String?
getAttributeNames() Iterable<String>
getAttributeNode(String qualifiedName) Attr?
getAttributeNodeNS(String? namespace, String localName) Attr?
getAttributeNS(String? namespace, String localName) String?
getBoundingClientRect() DOMRect
getClientRects() DOMRectList
getElementsByClassName(String classNames) HTMLCollection
getElementsByTagName(String qualifiedName) HTMLCollection
getElementsByTagNameNS(String? namespace, String localName) HTMLCollection
getSpatialNavigationContainer() Node
hasAttribute(String qualifiedName) bool
hasAttributeNS(String? namespace, String localName) bool
hasAttributes() bool
hasPointerCapture(int pointerId) bool
insertAdjacentElement(String where, Element element) Element?
insertAdjacentHTML(String position, String text) → void
insertAdjacentText(String where, String data) → void
matches(String selectors) bool
pseudo(String type) CSSPseudoElement?
releasePointerCapture(int pointerId) → void
removeAttribute(String qualifiedName) → void
removeAttributeNode(Attr attr) Attr
removeAttributeNS(String? namespace, String localName) → void
requestFullscreen([FullscreenOptions? options]) Future<void>
requestPointerLock() → void
scroll([dynamic x, dynamic y]) → void
scrollBy([dynamic x, dynamic y]) → void
scrollIntoView([dynamic arg]) → void
scrollTo([dynamic x, dynamic y]) → void
setAttribute(String qualifiedName, String value) → void
setAttributeNode(Attr attr) Attr?
setAttributeNodeNS(Attr attr) Attr?
setAttributeNS(String? namespace, String qualifiedName, String value) → void
setHTML(String input, [SetHTMLOptions? options]) → void
setPointerCapture(int pointerId) → void
spatialNavigationSearch(SpatialNavigationDirection dir, [SpatialNavigationSearchOptions? options]) Node?
toggleAttribute(String qualifiedName, [bool? force]) bool
webkitMatchesSelector(String selectors) bool