Element extension type

Element is the most general base class from which all element objects (i.e. objects that represent elements) in a Document inherit. It only has methods and properties common to all kinds of elements. More specific classes inherit from Element.

For example, the HTMLElement interface is the base interface for HTML elements. Similarly, the SVGElement interface is the basis for all SVG elements, and the MathMLElement interface is the base interface for MathML elements. Most functionality is specified further down the class hierarchy.

Languages outside the realm of the Web platform, like XUL through the XULElement interface, also implement Element.


API documentation sourced from MDN Web Docs.

on
Implemented types
Available extensions

Properties

ariaAtomic String?
The ariaAtomic property of the Element interface reflects the value of the aria-atomic attribute, which indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
getter/setter pair
ariaAutoComplete String?
The ariaAutoComplete property of the Element interface reflects the value of the aria-autocomplete attribute, which indicates whether inputting text could trigger display of one or more predictions of the user's intended value for a combobox, searchbox, or textbox and specifies how predictions would be presented if they were made.
getter/setter pair
ariaBrailleLabel String?
The ariaBrailleLabel property of the Element interface reflects the value of the aria-braillelabel attribute, which defines the ARIA braille label of the element.
getter/setter pair
ariaBrailleRoleDescription String?
The ariaBrailleRoleDescription property of the Element interface reflects the value of the aria-brailleroledescription attribute, which defines the ARIA braille role description of the element.
getter/setter pair
ariaBusy String?
The ariaBusy property of the Element interface reflects the value of the aria-busy attribute, which indicates whether an element is being modified, as assistive technologies may want to wait until the modifications are complete before exposing them to the user.
getter/setter pair
ariaChecked String?
The ariaChecked property of the Element interface reflects the value of the aria-checked attribute, which indicates the current "checked" state of checkboxes, radio buttons, and other widgets that have a checked state.
getter/setter pair
ariaColCount String?
The ariaColCount property of the Element interface reflects the value of the aria-colcount attribute, which defines the number of columns in a table, grid, or treegrid.
getter/setter pair
ariaColIndex String?
The ariaColIndex property of the Element interface reflects the value of the aria-colindex attribute, which defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
getter/setter pair
ariaColSpan String?
The ariaColSpan property of the Element interface reflects the value of the aria-colspan attribute, which defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
getter/setter pair
ariaCurrent String?
The ariaCurrent property of the Element interface reflects the value of the aria-current attribute, which indicates the element that represents the current item within a container or set of related elements.
getter/setter pair
ariaDescription String?
The ariaDescription property of the Element interface reflects the value of the aria-description attribute, which defines a string value that describes or annotates the current element.
getter/setter pair
ariaDisabled String?
The ariaDisabled property of the Element interface reflects the value of the aria-disabled attribute, which indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
getter/setter pair
ariaExpanded String?
The ariaExpanded property of the Element interface reflects the value of the aria-expanded attribute, which indicates whether a grouping element owned or controlled by this element is expanded or collapsed.
getter/setter pair
ariaHasPopup String?
The ariaHasPopup property of the Element interface reflects the value of the aria-haspopup attribute, which indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
getter/setter pair
ariaHidden String?
The ariaHidden property of the Element interface reflects the value of the aria-hidden) attribute, which indicates whether the element is exposed to an accessibility API.
getter/setter pair
ariaInvalid String?
getter/setter pair
ariaKeyShortcuts String?
The ariaKeyShortcuts property of the Element interface reflects the value of the aria-keyshortcuts attribute, which indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
getter/setter pair
ariaLabel String?
The ariaLabel property of the Element interface reflects the value of the aria-label attribute, which defines a string value that labels the current element.
getter/setter pair
ariaLevel String?
The ariaLevel property of the Element interface reflects the value of the aria-level attribute, which defines the hierarchical level of an element within a structure.
getter/setter pair
ariaLive String?
The ariaLive property of the Element interface reflects the value of the aria-live attribute, which indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
getter/setter pair
ariaModal String?
The ariaModal property of the Element interface reflects the value of the aria-modal attribute, which indicates whether an element is modal when displayed. Applying the aria-modal property to an element with role="dialog" replaces the technique of using aria-hidden on the background for informing assistive technologies that content outside a dialog is inert.
getter/setter pair
ariaMultiLine String?
The ariaMultiLine property of the Element interface reflects the value of the aria-multiline attribute, which indicates whether a text box accepts multiple lines of input or only a single line.
getter/setter pair
ariaMultiSelectable String?
The ariaMultiSelectable property of the Element interface reflects the value of the aria-multiselectable attribute, which indicates that the user may select more than one item from the current selectable descendants.
getter/setter pair
ariaOrientation String?
The ariaOrientation property of the Element interface reflects the value of the aria-orientation attribute, which indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
getter/setter pair
ariaPlaceholder String?
The ariaPlaceholder property of the Element interface reflects the value of the aria-placeholder attribute, which defines a short hint intended to aid the user with data entry when the control has no value.
getter/setter pair
ariaPosInSet String?
The ariaPosInSet property of the Element interface reflects the value of the aria-posinset attribute, which defines an element's number or position in the current set of listitems or treeitems.
getter/setter pair
ariaPressed String?
The ariaPressed property of the Element interface reflects the value of the aria-pressed attribute, which indicates the current "pressed" state of toggle buttons.
getter/setter pair
ariaReadOnly String?
The ariaReadOnly property of the Element interface reflects the value of the aria-readonly attribute, which indicates that the element is not editable, but is otherwise operable.
getter/setter pair
ariaRequired String?
The ariaRequired property of the Element interface reflects the value of the aria-required attribute, which indicates that user input is required on the element before a form may be submitted.
getter/setter pair
ariaRoleDescription String?
The ariaRoleDescription property of the Element interface reflects the value of the aria-roledescription attribute, which defines a human-readable, author-localized description for the role of an element.
getter/setter pair
ariaRowCount String?
The ariaRowCount property of the Element interface reflects the value of the aria-rowcount attribute, which defines the total number of rows in a table, grid, or treegrid.
getter/setter pair
ariaRowIndex String?
The ariaRowIndex property of the Element interface reflects the value of the aria-rowindex attribute, which defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
getter/setter pair
ariaRowSpan String?
The ariaRowSpan property of the Element interface reflects the value of the aria-rowspan attribute, which defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
getter/setter pair
ariaSelected String?
The ariaSelected property of the Element interface reflects the value of the aria-selected attribute, which indicates the current "selected" state of elements that have a selected state.
getter/setter pair
ariaSetSize String?
The ariaSetSize property of the Element interface reflects the value of the aria-setsize attribute, which defines the number of items in the current set of listitems or treeitems.
getter/setter pair
ariaSort String?
The ariaSort property of the Element interface reflects the value of the aria-sort attribute, which indicates if items in a table or grid are sorted in ascending or descending order.
getter/setter pair
ariaValueMax String?
The ariaValueMax property of the Element interface reflects the value of the aria-valuemax attribute, which defines the maximum allowed value for a range widget.
getter/setter pair
ariaValueMin String?
The ariaValueMin property of the Element interface reflects the value of the aria-valuemin attribute, which defines the minimum allowed value for a range widget.
getter/setter pair
ariaValueNow String?
The ariaValueNow property of the Element interface reflects the value of the aria-valuenow attribute, which defines the current value for a range widget.
getter/setter pair
ariaValueText String?
The ariaValueText property of the Element interface reflects the value of the aria-valuetext attribute, which defines the human-readable text alternative of aria-valuenow for a range widget.
getter/setter pair
assignedSlot HTMLSlotElement?
The assignedSlot read-only property of the Element interface returns an HTMLSlotElement representing the slot element the node is inserted in.
no setter
attributes NamedNodeMap
The Element.attributes property returns a live collection of all attribute nodes registered to the specified node. It is a NamedNodeMap, not an Array, so it has no Array methods and the Attr nodes' indexes may differ among browsers. To be more specific, attributes is a key/value pair of strings that represents any information regarding that attribute.
no setter
baseURI String
The read-only baseURI property of the Node interface returns the absolute base URL of the document containing the node.
no setterinherited
childElementCount int
The Element.childElementCount read-only property returns the number of child elements of this element.
no setter
childNodes NodeList
The read-only childNodes property of the Node interface returns a live NodeList of child Node of the given element where the first child node is assigned index 0. Child nodes include elements, text and comments.
no setterinherited
children HTMLCollection
The read-only children property returns a live HTMLCollection which contains all of the child Element of the element upon which it was called.
no setter
classList DOMTokenList
The Element.classList is a read-only property that returns a live DOMTokenList collection of the class attributes of the element. This can then be used to manipulate the class list.
no setter
className String
The className property of the Element interface gets and sets the value of the class attribute of the specified element.
getter/setter pair
clientHeight int
The Element.clientHeight read-only property is zero for elements with no CSS or inline layout boxes; otherwise, it's the inner height of an element in pixels. It includes padding but excludes borders, margins, and horizontal scrollbars (if present).
no setter
clientLeft int
The width of the left border of an element in pixels. It includes the width of the vertical scrollbar if the text direction of the element is right-to-left and if there is an overflow causing a left vertical scrollbar to be rendered. clientLeft does not include the left margin or the left padding. clientLeft is read-only.
no setter
clientTop int
The width of the top border of an element in pixels. It is a read-only, integer property of element.
no setter
clientWidth int
The Element.clientWidth property is zero for inline elements and elements with no CSS; otherwise, it's the inner width of an element in pixels. It includes padding but excludes borders, margins, and vertical scrollbars (if present).
no setter
firstChild Node?
The read-only firstChild property of the Node interface returns the node's first child in the tree, or null if the node has no children.
no setterinherited
firstElementChild Element?
The Element.firstElementChild read-only property returns an element's first child Element, or null if there are no child elements.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The id property of the Element interface represents the element's identifier, reflecting the id global attribute.
getter/setter pair
innerHTML JSAny
The Element property innerHTML gets or sets the HTML or XML markup contained within the element.
getter/setter pair
isConnected bool
The read-only isConnected property of the Node interface returns a boolean indicating whether the node is connected (directly or indirectly) to a Document object.
no setterinherited
lastChild Node?
The read-only lastChild property of the Node interface returns the last child of the node, or null if there are no child nodes.
no setterinherited
lastElementChild Element?
The Element.lastElementChild read-only property returns an element's last child Element, or null if there are no child elements.
no setter
localName String
The Element.localName read-only property returns the local part of the qualified name of an element.
no setter
namespaceURI String?
The Element.namespaceURI read-only property returns the namespace URI of the element, or null if the element is not in a namespace.
no setter
nextElementSibling Element?
The Element.nextElementSibling read-only property returns the element immediately following the specified one in its parent's children list, or null if the specified element is the last one in the list.
no setter
nextSibling Node?
The read-only nextSibling property of the Node interface returns the node immediately following the specified one in their parent's Node.childNodes, or returns null if the specified node is the last child in the parent element.
no setterinherited
nodeName String
The read-only nodeName property of Node returns the name of the current node as a string.
no setterinherited
nodeType int
The read-only nodeType property of a Node interface is an integer that identifies what the node is. It distinguishes different kind of nodes from each other, such as Element, Text and Comment.
no setterinherited
nodeValue String?
The nodeValue property of the Node interface returns or sets the value of the current node.
getter/setter pairinherited
onfullscreenchange EventHandler?
getter/setter pair
onfullscreenerror EventHandler?
getter/setter pair
outerHTML JSAny
The outerHTML attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants. It can also be set to replace the element with nodes parsed from the given string.
getter/setter pair
ownerDocument Document?
The read-only ownerDocument property of the Node interface returns the top-level document object of the node.
no setterinherited
parentElement Element?
The read-only parentElement property of Node interface returns the DOM node's parent Element, or null if the node either has no parent, or its parent isn't a DOM Element.
no setterinherited
parentNode Node?
The read-only parentNode property of the Node interface returns the parent of the specified node in the DOM tree.
no setterinherited
part DOMTokenList
The part property of the Element interface represents the part identifier(s) of the element (i.e. set using the part attribute), returned as a DOMTokenList. These can be used to style parts of a shadow DOM, via the pseudo-element.
no setter
prefix String?
The Element.prefix read-only property returns the namespace prefix of the specified element, or null if no prefix is specified.
no setter
previousElementSibling Element?
The Element.previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
no setter
previousSibling Node?
The read-only previousSibling property of the Node interface returns the node immediately preceding the specified one in its parent's Node.childNodes list, or null if the specified node is the first in that list.
no setterinherited
role String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollHeight int
The Element.scrollHeight read-only property is a measurement of the height of an element's content, including content not visible on the screen due to overflow.
no setter
scrollLeft double
The Element.scrollLeft property gets or sets the number of pixels by which an element's content is scrolled from its left edge. This value is subpixel precise in modern browsers, meaning that it isn't necessarily a whole number.
getter/setter pair
scrollTop double
The Element.scrollTop property gets or sets the number of pixels by which an element's content is scrolled from its top edge. This value is subpixel precise in modern browsers, meaning that it isn't necessarily a whole number.
getter/setter pair
scrollWidth int
The Element.scrollWidth read-only property is a measurement of the width of an element's content, including content not visible on the screen due to overflow.
no setter
shadowRoot ShadowRoot?
The Element.shadowRoot read-only property represents the shadow root hosted by the element.
no setter
slot String
The slot property of the Element interface returns the name of the shadow DOM slot the element is inserted in.
getter/setter pair
tagName String
The tagName read-only property of the Element interface returns the tag name of the element on which it's called.
no setter
textContent String?
The textContent property of the Node interface represents the text content of the node and its descendants.
getter/setter pairinherited

Methods

addEventListener(String type, EventListener? callback, [JSAny options]) → void
The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
inherited
after(JSAny nodes) → void
The Element.after() method inserts a set of Node or string objects in the children list of the Element's parent, just after the Element. String objects are inserted as equivalent Text nodes.
animate(JSObject? keyframes, [JSAny options]) Animation
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation. It returns the created Animation object instance.
append(JSAny nodes) → void
The Element.append() method inserts a set of Node objects or string objects after the last child of the Element. String objects are inserted as equivalent Text nodes.
appendChild(Node node) Node
The appendChild() method of the Node interface adds a node to the end of the list of children of a specified parent node.
inherited
attachShadow(ShadowRootInit init) ShadowRoot
The Element.attachShadow() method attaches a shadow DOM tree to the specified element and returns a reference to its ShadowRoot.
before(JSAny nodes) → void
The Element.before() method inserts a set of Node or string objects in the children list of this Element's parent, just before this Element. String objects are inserted as equivalent Text nodes.
checkVisibility([CheckVisibilityOptions options]) bool
The checkVisibility() method of the Element interface checks whether the element is visible.
cloneNode([bool deep]) Node
The cloneNode() method of the Node interface returns a duplicate of the node on which this method was called. Its parameter controls if the subtree contained in a node is also cloned or not.
inherited
closest(String selectors) Element?
The closest() method of the Element interface traverses the element and its parents (heading toward the document root) until it finds a node that matches the specified CSS selector.
compareDocumentPosition(Node other) int
The compareDocumentPosition() method of the Node interface reports the position of its argument node relative to the node on which it is called.
inherited
computedStyleMap() StylePropertyMapReadOnly
The computedStyleMap() method of the Element interface returns a StylePropertyMapReadOnly interface which provides a read-only representation of a CSS declaration block that is an alternative to CSSStyleDeclaration.
contains(Node? other) bool
The contains() method of the Node interface returns a boolean value indicating whether a node is a descendant of a given node, that is the node itself, one of its direct children (Node.childNodes), one of the children's direct children, and so on.
inherited
dispatchEvent(Event event) bool
The dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order. The normal event processing rules (including the capturing and optional bubbling phase) also apply to events dispatched manually with dispatchEvent().
inherited
getAnimations([GetAnimationsOptions options]) JSArray<Animation>
The getAnimations() method of the Element interface (specified on the Animatable mixin) returns an array of all Animation objects affecting this element or which are scheduled to do so in future. It can optionally return Animation objects for descendant elements too.
getAttribute(String qualifiedName) String?
The getAttribute() method of the Element interface returns the value of a specified attribute on the element.
getAttributeNames() JSArray<JSString>
The getAttributeNames() method of the Element interface returns the attribute names of the element as an Array of strings. If the element has no attributes it returns an empty array.
getAttributeNode(String qualifiedName) Attr?
Returns the specified attribute of the specified element, as an Attr node.
getAttributeNodeNS(String? namespace, String localName) Attr?
The getAttributeNodeNS() method of the Element interface returns the namespaced Attr node of an element.
getAttributeNS(String? namespace, String localName) String?
The getAttributeNS() method of the Element interface returns the string value of the attribute with the specified namespace and name. If the named attribute does not exist, the value returned will either be null or "" (the empty string); see Notes for details.
getBoundingClientRect() DOMRect
The Element.getBoundingClientRect() method returns a DOMRect object providing information about the size of an element and its position relative to the viewport.
getClientRects() DOMRectList
The getClientRects() method of the Element interface returns a collection of DOMRect objects that indicate the bounding rectangles for each CSS border box in a client.
getElementsByClassName(String classNames) HTMLCollection
The Element method getElementsByClassName() returns a live HTMLCollection which contains every descendant element which has the specified class name or names.
getElementsByTagName(String qualifiedName) HTMLCollection
The Element.getElementsByTagName() method returns a live HTMLCollection of elements with the given tag name.
getElementsByTagNameNS(String? namespace, String localName) HTMLCollection
The Element.getElementsByTagNameNS() method returns a live HTMLCollection of elements with the given tag name belonging to the given namespace. It is similar to Document.getElementsByTagNameNS, except that its search is restricted to descendants of the specified element.
getHTML([GetHTMLOptions options]) String
The getHTML() method of the Element interface is used to serialize an element's DOM to an HTML string.
getRootNode([GetRootNodeOptions options]) Node
The getRootNode() method of the Node interface returns the context object's root, which optionally includes the shadow root if it is available.
inherited
hasAttribute(String qualifiedName) bool
The Element.hasAttribute() method returns a Boolean value indicating whether the specified element has the specified attribute or not.
hasAttributeNS(String? namespace, String localName) bool
The hasAttributeNS() method of the Element interface returns a boolean value indicating whether the current element has the specified attribute with the specified namespace.
hasAttributes() bool
The hasAttributes() method of the Element interface returns a boolean value indicating whether the current element has any attributes or not.
hasChildNodes() bool
The hasChildNodes() method of the Node interface returns a boolean value indicating whether the given Node has child nodes or not.
inherited
hasPointerCapture(int pointerId) bool
The hasPointerCapture() method of the Element interface checks whether the element on which it is invoked has pointer capture for the pointer identified by the given pointer ID.
insertAdjacentElement(String where, Element element) Element?
The insertAdjacentElement() method of the Element interface inserts a given element node at a given position relative to the element it is invoked upon.
insertAdjacentHTML(String position, JSAny string) → void
The insertAdjacentHTML() method of the Element interface parses the specified text as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
insertAdjacentText(String where, String data) → void
The insertAdjacentText() method of the Element interface, given a relative position and a string, inserts a new text node at the given position relative to the element it is called from.
insertBefore(Node node, Node? child) Node
The insertBefore() method of the Node interface inserts a node before a reference node as a child of a specified parent node.
inherited
isDefaultNamespace(String? namespace) bool
The isDefaultNamespace() method of the Node interface accepts a namespace URI as an argument. It returns a boolean value that is true if the namespace is the default namespace on the given node and false if not.
inherited
isEqualNode(Node? otherNode) bool
The isEqualNode() method of the Node interface tests whether two nodes are equal. Two nodes are equal when they have the same type, defining characteristics (for elements, this would be their ID, number of children, and so forth), its attributes match, and so on. The specific set of data points that must match varies depending on the types of the nodes.
inherited
isSameNode(Node? otherNode) bool
The isSameNode() method of the Node interface is a legacy alias the for the === strict equality operator. That is, it tests whether two nodes are the same (in other words, whether they reference the same object).
inherited
lookupNamespaceURI(String? prefix) String?
The lookupNamespaceURI() method of the Node interface takes a prefix as parameter and returns the namespace URI associated with it on the given node if found (and null if not).
inherited
lookupPrefix(String? namespace) String?
The lookupPrefix() method of the Node interface returns a string containing the prefix for a given namespace URI, if present, and null if not. When multiple prefixes are possible, the first prefix is returned.
inherited
matches(String selectors) bool
The matches() method of the Element interface tests whether the element would be selected by the specified CSS selector.
normalize() → void
The normalize() method of the Node interface puts the specified node and all of its sub-tree into a normalized form. In a normalized sub-tree, no text nodes in the sub-tree are empty and there are no adjacent text nodes.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepend(JSAny nodes) → void
The Element.prepend() method inserts a set of Node objects or string objects before the first child of the Element. String objects are inserted as equivalent Text nodes.
querySelector(String selectors) Element?
The querySelector() method of the Element interface returns the first element that is a descendant of the element on which it is invoked that matches the specified group of selectors.
querySelectorAll(String selectors) NodeList
The Element method querySelectorAll() returns a static (not live) NodeList representing a list of elements matching the specified group of selectors which are descendants of the element on which the method was called.
releasePointerCapture(int pointerId) → void
The releasePointerCapture() method of the Element interface releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
remove() → void
The Element.remove() method removes the element from the DOM.
removeAttribute(String qualifiedName) → void
The Element method removeAttribute() removes the attribute with the specified name from the element.
removeAttributeNode(Attr attr) Attr
The removeAttributeNode() method of the Element interface removes the specified Attr node from the element.
removeAttributeNS(String? namespace, String localName) → void
The removeAttributeNS() method of the Element interface removes the specified attribute with the specified namespace from an element.
removeChild(Node child) Node
The removeChild() method of the Node interface removes a child node from the DOM and returns the removed node.
inherited
removeEventListener(String type, EventListener? callback, [JSAny options]) → void
The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener from the target. The event listener to be removed is identified using a combination of the event type, the event listener function itself, and various optional options that may affect the matching process; see Matching event listeners for removal.
inherited
replaceChild(Node node, Node child) Node
The replaceChild() method of the Node interface replaces a child node within the given (parent) node.
inherited
replaceChildren(JSAny nodes) → void
The Element.replaceChildren() method replaces the existing children of a Node with a specified new set of children. These can be string or Node objects.
replaceWith(JSAny nodes) → void
The Element.replaceWith() method replaces this Element in the children list of its parent with a set of Node or string objects. String objects are inserted as equivalent Text nodes.
requestFullscreen([FullscreenOptions options]) JSPromise<JSAny?>
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in fullscreen mode.
requestPointerLock([PointerLockOptions options]) JSPromise<JSAny?>
The requestPointerLock() method of the Element interface lets you asynchronously ask for the pointer to be locked on the given element.
scroll([JSAny optionsOrX, num y]) → void
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
scrollBy([JSAny optionsOrX, num y]) → void
The scrollBy() method of the Element interface scrolls an element by the given amount.
scrollIntoView([JSAny arg]) → void
The Element interface's scrollIntoView() method scrolls the element's ancestor containers such that the element on which scrollIntoView() is called is visible to the user.
scrollTo([JSAny optionsOrX, num y]) → void
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
setAttribute(String qualifiedName, String value) → void
The setAttribute() method of the Element interface sets the value of an attribute on the specified element. If the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value.
setAttributeNode(Attr attr) Attr?
The setAttributeNode() method of the Element interface adds a new Attr node to the specified element.
setAttributeNodeNS(Attr attr) Attr?
The setAttributeNodeNS() method of the Element interface adds a new namespaced Attr node to an element.
setAttributeNS(String? namespace, String qualifiedName, String value) → void
setAttributeNS adds a new attribute or changes the value of an attribute with the given namespace and name.
setHTMLUnsafe(JSAny html) → void
The setHTMLUnsafe() method of the Element interface is used to parse a string of HTML into a DocumentFragment, which then replaces the element's subtree in the DOM. The input HTML may include declarative shadow roots.
setPointerCapture(int pointerId) → void
The setPointerCapture() method of the Element interface is used to designate a specific element as the capture target of future pointer events. Subsequent events for the pointer will be targeted at the capture element until capture is released (via Element.releasePointerCapture or the Element.pointerup_event event is fired).
toggleAttribute(String qualifiedName, [bool force]) bool
The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited