PropsElement extension
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
-