Inheritance
Implements
Implemented by
Annotations
  • @DomName('SVGElement')
  • @Unstable()
  • @Native("SVGElement")

Constructors

SvgElement.created()
Constructor instantiated by the DOM when a custom element has been created. [...]
SvgElement.svg(String svg, { NodeValidator validator, NodeTreeSanitizer treeSanitizer })
factory
SvgElement.tag(String tag)
factory

Properties

children List<Element> value
read / write
classes CssClassSet
read-only
innerHtml String value
read / write
isContentEditable bool
read-only
onAbort ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onabort'), @Experimental(), read-only
onBlur ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onblur'), @Experimental(), read-only
onCanPlay ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.oncanplay'), @Experimental(), read-only
onCanPlayThrough ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.oncanplaythrough'), @Experimental(), read-only
onChange ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onchange'), @Experimental(), read-only
onClick ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onclick'), @Experimental(), read-only
onContextMenu ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.oncontextmenu'), @Experimental(), read-only
onDoubleClick ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.ondblclick'), @Experimental(), read-only
onDrag ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondrag'), @Experimental(), read-only
onDragEnd ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondragend'), @Experimental(), read-only
onDragEnter ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondragenter'), @Experimental(), read-only
onDragLeave ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondragleave'), @Experimental(), read-only
onDragOver ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondragover'), @Experimental(), read-only
onDragStart ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondragstart'), @Experimental(), read-only
onDrop ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.ondrop'), @Experimental(), read-only
onDurationChange ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.ondurationchange'), @Experimental(), read-only
onEmptied ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onemptied'), @Experimental(), read-only
onEnded ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onended'), @Experimental(), read-only
onError ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onerror'), @Experimental(), read-only
onFocus ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onfocus'), @Experimental(), read-only
onInput ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.oninput'), @Experimental(), read-only
onInvalid ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.oninvalid'), @Experimental(), read-only
onKeyDown ElementStream<KeyboardEvent>
@DocsEditable(), @DomName('SVGElement.onkeydown'), @Experimental(), read-only
onKeyPress ElementStream<KeyboardEvent>
@DocsEditable(), @DomName('SVGElement.onkeypress'), @Experimental(), read-only
onKeyUp ElementStream<KeyboardEvent>
@DocsEditable(), @DomName('SVGElement.onkeyup'), @Experimental(), read-only
onLoad ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onload'), @Experimental(), read-only
onLoadedData ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onloadeddata'), @Experimental(), read-only
onLoadedMetadata ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onloadedmetadata'), @Experimental(), read-only
onMouseDown ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmousedown'), @Experimental(), read-only
onMouseEnter ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmouseenter'), @Experimental(), read-only
onMouseLeave ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmouseleave'), @Experimental(), read-only
onMouseMove ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmousemove'), @Experimental(), read-only
onMouseOut ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmouseout'), @Experimental(), read-only
onMouseOver ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmouseover'), @Experimental(), read-only
onMouseUp ElementStream<MouseEvent>
@DocsEditable(), @DomName('SVGElement.onmouseup'), @Experimental(), read-only
onMouseWheel ElementStream<WheelEvent>
@DocsEditable(), @DomName('SVGElement.onmousewheel'), @Experimental(), read-only
onPause ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onpause'), @Experimental(), read-only
onPlay ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onplay'), @Experimental(), read-only
onPlaying ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onplaying'), @Experimental(), read-only
onRateChange ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onratechange'), @Experimental(), read-only
onReset ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onreset'), @Experimental(), read-only
onResize ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onresize'), @Experimental(), read-only
onScroll ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onscroll'), @Experimental(), read-only
onSeeked ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onseeked'), @Experimental(), read-only
onSeeking ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onseeking'), @Experimental(), read-only
onSelect ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onselect'), @Experimental(), read-only
onStalled ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onstalled'), @Experimental(), read-only
onSubmit ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onsubmit'), @Experimental(), read-only
onSuspend ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onsuspend'), @Experimental(), read-only
onTimeUpdate ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.ontimeupdate'), @Experimental(), read-only
onTouchCancel ElementStream<TouchEvent>
@DocsEditable(), @DomName('SVGElement.ontouchcancel'), @Experimental(), read-only
onTouchEnd ElementStream<TouchEvent>
@DocsEditable(), @DomName('SVGElement.ontouchend'), @Experimental(), read-only
onTouchMove ElementStream<TouchEvent>
@DocsEditable(), @DomName('SVGElement.ontouchmove'), @Experimental(), read-only
onTouchStart ElementStream<TouchEvent>
@DocsEditable(), @DomName('SVGElement.ontouchstart'), @Experimental(), read-only
onVolumeChange ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onvolumechange'), @Experimental(), read-only
onWaiting ElementStream<Event>
@DocsEditable(), @DomName('SVGElement.onwaiting'), @Experimental(), read-only
outerHtml String
read-only
ownerSvgElement SvgSvgElement
@DocsEditable(), @DomName('SVGElement.ownerSVGElement'), @JSName('ownerSVGElement'), final
viewportElement SvgElement
@DocsEditable(), @DomName('SVGElement.viewportElement'), final
assignedSlot SlotElement
@DocsEditable(), @DomName('Element.assignedSlot'), @Experimental(), final, inherited
attributes Map<String, String> value
All attributes on this element. [...]
read / write, inherited
baseUri String
@DocsEditable(), @DomName('Node.baseURI'), @JSName('baseURI'), final, inherited
borderEdge CssRect
Access the dimensions and position of this element's content + padding + border box. [...]
@Experimental(), read-only, inherited
childNodes List<Node>
A list of this node's children. [...]
@Creates('NodeList'), @DocsEditable(), @DomName('Node.childNodes'), @Returns('NodeList'), final, inherited
className String
@DocsEditable(), @DomName('Element.className'), read / write, inherited
client Rectangle
Gets the position of this element relative to the client area of the page.
read-only, inherited
clientHeight int
@DocsEditable(), @DomName('Element.clientHeight'), final, inherited
clientLeft int
@DocsEditable(), @DomName('Element.clientLeft'), final, inherited
clientTop int
@DocsEditable(), @DomName('Element.clientTop'), final, inherited
clientWidth int
@DocsEditable(), @DomName('Element.clientWidth'), final, inherited
computedName String
@DocsEditable(), @DomName('Element.computedName'), @Experimental(), final, inherited
computedRole String
@DocsEditable(), @DomName('Element.computedRole'), @Experimental(), final, inherited
contentEdge CssRect
Access this element's content position. [...]
@Experimental(), read-only, inherited
contentEditable String
@DocsEditable(), @DomName('Element.contentEditable'), read / write, inherited
contextMenu MenuElement
@DocsEditable(), @DomName('Element.contextMenu'), @Experimental(), read / write, inherited
dataset Map<String, String> value
Allows access to all custom data attributes (data-*) set on this element. [...]
read / write, inherited
dir String
@DocsEditable(), @DomName('Element.dir'), read / write, inherited
documentOffset Point
Provides the coordinates of the element relative to the top of the document. [...]
@Experimental(), read-only, inherited
draggable bool
Indicates whether the element can be dragged and dropped. [...]
@DocsEditable(), @DomName('Element.draggable'), read / write, inherited
dropzone String
A set of space-separated keywords that specify what kind of data this Element accepts on drop and what to do with that data. [...]
@DocsEditable(), @DomName('Element.webkitdropzone'), @Experimental(), @JSName('webkitdropzone'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI), read / write, inherited
firstChild Node
The first child of this node. [...]
@DocsEditable(), @DomName('Node.firstChild'), final, inherited
hashCode int
read-only, inherited
hidden bool
Indicates whether the element is not relevant to the page's current state. [...]
@DocsEditable(), @DomName('Element.hidden'), read / write, inherited
id String
@DocsEditable(), @DomName('Element.id'), read / write, inherited
lang String
@DocsEditable(), @DomName('Element.lang'), read / write, inherited
lastChild Node
The last child of this node. [...]
@DocsEditable(), @DomName('Node.lastChild'), final, inherited
localName String
@DocsEditable(), @DomName('Element.localName'), @Returns('String'), read-only, inherited
marginEdge CssRect
Access the dimensions and position of this element's content + padding + border + margin box. [...]
@Experimental(), read-only, inherited
namespaceUri String
A URI that identifies the XML namespace of this element. [...]
@DomName('Element.namespaceUri'), read-only, inherited
nextElementSibling Element
@DocsEditable(), @DomName('Element.nextElementSibling'), final, inherited
nextNode Node
The next sibling node. [...]
@DocsEditable(), @DomName('Node.nextSibling'), @JSName('nextSibling'), final, inherited
nodeName String
The name of this node. [...]
@DocsEditable(), @DomName('Node.nodeName'), final, inherited
nodes Iterable<Node> value
A modifiable list of this node's children.
read / write, inherited
nodeType int
The type of node. [...]
@DocsEditable(), @DomName('Node.nodeType'), final, inherited
nodeValue String
The value of this node. [...]
@DocsEditable(), @DomName('Node.nodeValue'), final, inherited
offset Rectangle
Gets the offset of this element relative to its offsetParent.
read-only, inherited
offsetHeight int
@DocsEditable(), @DomName('Element.offsetHeight'), read-only, inherited
offsetLeft int
@DocsEditable(), @DomName('Element.offsetLeft'), read-only, inherited
offsetParent Element
@DocsEditable(), @DomName('Element.offsetParent'), final, inherited
offsetTop int
@DocsEditable(), @DomName('Element.offsetTop'), read-only, inherited
offsetWidth int
@DocsEditable(), @DomName('Element.offsetWidth'), read-only, inherited
on ElementEvents
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited
onBeforeCopy ElementStream<Event>
Stream of beforecopy events handled by this Element.
@DocsEditable(), @DomName('Element.onbeforecopy'), read-only, inherited
onBeforeCut ElementStream<Event>
Stream of beforecut events handled by this Element.
@DocsEditable(), @DomName('Element.onbeforecut'), read-only, inherited
onBeforePaste ElementStream<Event>
Stream of beforepaste events handled by this Element.
@DocsEditable(), @DomName('Element.onbeforepaste'), read-only, inherited
onCopy ElementStream<ClipboardEvent>
Stream of copy events handled by this Element.
@DocsEditable(), @DomName('Element.oncopy'), read-only, inherited
onCut ElementStream<ClipboardEvent>
Stream of cut events handled by this Element.
@DocsEditable(), @DomName('Element.oncut'), read-only, inherited
onFullscreenChange ElementStream<Event>
Stream of fullscreenchange events handled by this Element.
@DocsEditable(), @DomName('Element.onwebkitfullscreenchange'), @Experimental(), read-only, inherited
onFullscreenError ElementStream<Event>
Stream of fullscreenerror events handled by this Element.
@DocsEditable(), @DomName('Element.onwebkitfullscreenerror'), @Experimental(), read-only, inherited
onPaste ElementStream<ClipboardEvent>
Stream of paste events handled by this Element.
@DocsEditable(), @DomName('Element.onpaste'), read-only, inherited
onSearch ElementStream<Event>
Stream of search events handled by this Element.
@DocsEditable(), @DomName('Element.onsearch'), @Experimental(), read-only, inherited
onSelectStart ElementStream<Event>
Stream of selectstart events handled by this Element.
@DocsEditable(), @DomName('Element.onselectstart'), @Experimental(), read-only, inherited
onTouchEnter ElementStream<TouchEvent>
Stream of touchenter events handled by this Element.
@DocsEditable(), @DomName('Element.ontouchenter'), @Experimental(), read-only, inherited
onTouchLeave ElementStream<TouchEvent>
Stream of touchleave events handled by this Element.
@DocsEditable(), @DomName('Element.ontouchleave'), @Experimental(), read-only, inherited
onTransitionEnd ElementStream<TransitionEvent>
Stream of transitionend events handled by this Element.
@DocsEditable(), @DomName('Element.ontransitionend'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.FIREFOX), @SupportedBrowser(SupportedBrowser.IE, '10'), @SupportedBrowser(SupportedBrowser.SAFARI), read-only, inherited
ownerDocument Document
The document this node belongs to. [...]
@DocsEditable(), @DomName('Node.ownerDocument'), final, inherited
paddingEdge CssRect
Access the dimensions and position of this element's content + padding box. [...]
@Experimental(), read-only, inherited
parent Element
The parent element of this node. [...]
@DocsEditable(), @DomName('Node.parentElement'), @JSName('parentElement'), final, inherited
parentNode Node
The parent node of this node. [...]
@DocsEditable(), @DomName('Node.parentNode'), final, inherited
previousElementSibling Element
@DocsEditable(), @DomName('Element.previousElementSibling'), final, inherited
previousNode Node
The previous sibling node. [...]
@DocsEditable(), @DomName('Node.previousSibling'), @JSName('previousSibling'), final, inherited
runtimeType Type
read-only, inherited
scrollHeight int
@DocsEditable(), @DomName('Element.scrollHeight'), read-only, inherited
scrollLeft int value
@DocsEditable(), @DomName('Element.scrollLeft'), read / write, inherited
scrollTop int value
@DocsEditable(), @DomName('Element.scrollTop'), read / write, inherited
scrollWidth int
@DocsEditable(), @DomName('Element.scrollWidth'), read-only, inherited
shadowRoot ShadowRoot
The shadow root of this shadow host. [...]
@DomName('Element.shadowRoot'), @Experimental(), @SupportedBrowser(SupportedBrowser.CHROME, '25'), read-only, inherited
slot String
@DocsEditable(), @DomName('Element.slot'), @Experimental(), read / write, inherited
spellcheck bool
@DocsEditable(), @DomName('Element.spellcheck'), @Experimental(), read / write, inherited
style CssStyleDeclaration
@DocsEditable(), @DomName('Element.style'), final, inherited
tabIndex int
@DocsEditable(), @DomName('Element.tabIndex'), read / write, inherited
tagName String
@DocsEditable(), @DomName('Element.tagName'), final, inherited
text String
All text within this node and its descendents. [...]
@DocsEditable(), @DomName('Node.textContent'), @JSName('textContent'), read / write, inherited
title String
@DocsEditable(), @DomName('Element.title'), read / write, inherited
translate bool
Specifies whether this element's text content changes when the page is localized. [...]
@DocsEditable(), @DomName('Element.translate'), @Experimental(), read / write, inherited
treeRoot Node
@DocsEditable(), @DomName('Node.treeRoot'), @Experimental(), final, inherited
xtag Element value
Experimental support for [web components]wc. This field stores a reference to the component implementation. It was inspired by Mozilla's [x-tags] project. Please note: in the future it may be possible to extend Element from your class, in which case this field will be deprecated. [...]
read / write, inherited

Methods

blur() → void
@DocsEditable(), @DomName('SVGElement.blur'), @Experimental()
click() → void
createFragment(String svg, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) DocumentFragment
Create a DocumentFragment from the HTML fragment and ensure that it follows the sanitization rules specified by the validator or treeSanitizer. [...]
focus() → void
@DocsEditable(), @DomName('SVGElement.focus'), @Experimental()
insertAdjacentElement(String where, Element element) Element
Inserts element into the DOM at the specified location. [...]
@DomName('Element.insertAdjacentElement')
insertAdjacentHtml(String where, String text, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → void
Parses text as an HTML fragment and inserts it into the DOM at the specified location. [...]
@DomName('Element.insertAdjacentHTML')
insertAdjacentText(String where, String text) → void
Inserts text into the DOM at the specified location. [...]
@DomName('Element.insertAdjacentText')
addEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
animate(Iterable<Map<String, dynamic>> frames, [ timing ]) Animation
Creates a new AnimationEffect object whose target element is the object on which the method is called, and calls the play() method of the AnimationTimeline object of the document timeline of the node document of the element, passing the newly created AnimationEffect as the argument to the method. Returns an Animation for the effect. [...]
@Experimental(), @SupportedBrowser(SupportedBrowser.CHROME, '36'), inherited
append(Node node) Node
Adds a node to the end of the child nodes list of this node. [...]
@DocsEditable(), @DomName('Node.appendChild'), @JSName('appendChild'), inherited
appendHtml(String text, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → void
Parses the specified text as HTML and adds the resulting node after the last child of this element.
inherited
appendText(String text) → void
Adds the specified text after the last child of this element.
inherited
attached() → void
Called by the DOM when this element has been inserted into the live document. [...]
@Experimental(), inherited
attachShadow(Map shadowRootInitDict) ShadowRoot
@DocsEditable(), @DomName('Element.attachShadow'), @Experimental(), inherited
attributeChanged(String name, String oldValue, String newValue) → void
Called by the DOM whenever an attribute on this has been changed.
inherited
clone(bool deep) Node
Returns a copy of this node. [...]
@DocsEditable(), @DomName('Node.cloneNode'), @JSName('cloneNode'), inherited
closest(String selectors) Element
@DocsEditable(), @DomName('Element.closest'), @Experimental(), inherited
contains(Node other) bool
Returns true if this node contains the specified node. [...]
@DocsEditable(), @DomName('Node.contains'), inherited
createShadowRoot() ShadowRoot
Creates a new shadow root for this shadow host. [...]
@DomName('Element.createShadowRoot'), @Experimental(), @SupportedBrowser(SupportedBrowser.CHROME, '25'), inherited
detached() → void
Called by the DOM when this element has been removed from the live document. [...]
@Experimental(), inherited
dispatchEvent(Event event) bool
@DocsEditable(), @DomName('EventTarget.dispatchEvent'), inherited
enteredView() → void
Deprecated*: override attached instead.
@Experimental(), inherited
getAnimations() List<Animation>
@DocsEditable(), @DomName('Element.getAnimations'), @Experimental(), inherited
getAttribute(String name) String
@DocsEditable(), @DomName('Element.getAttribute'), @Experimental(), inherited
getAttributeNS(String namespaceURI, String localName) String
@DocsEditable(), @DomName('Element.getAttributeNS'), @Experimental(), inherited
getBoundingClientRect() Rectangle
Returns the smallest bounding rectangle that encompasses this element's padding, scrollbar, and border. [...]
@Creates('_ClientRect'), @DocsEditable(), @DomName('Element.getBoundingClientRect'), @Returns('_ClientRect|Null'), inherited
getClientRects() List<Rectangle>
Returns a list of bounding rectangles for each box associated with this element. [...]
@Creates('_ClientRectList'), @DocsEditable(), @DomName('Element.getClientRects'), @Returns('_ClientRectList|Null'), inherited
getComputedStyle([String pseudoElement ]) CssStyleDeclaration
The set of all CSS values applied to this element, including inherited and default values. [...]
inherited
getDestinationInsertionPoints() List<Node>
Returns a list of shadow DOM insertion points to which this element is distributed. [...]
@Creates('NodeList'), @DocsEditable(), @DomName('Element.getDestinationInsertionPoints'), @Experimental(), @Returns('NodeList|Null'), inherited
getElementsByClassName(String classNames) List<Node>
Returns a list of nodes with the given class name inside this element. [...]
@Creates('NodeList|HtmlCollection'), @DocsEditable(), @DomName('Element.getElementsByClassName'), @Returns('NodeList|HtmlCollection'), inherited
getNamespacedAttributes(String namespace) Map<String, String>
Gets a map for manipulating the attributes of a particular namespace. [...]
inherited
hasChildNodes() bool
Returns true if this node has any children. [...]
@DocsEditable(), @DomName('Node.hasChildNodes'), inherited
insertAllBefore(Iterable<Node> newNodes, Node refChild) Node
Inserts all of the nodes into this node directly before refChild. [...]
inherited
insertBefore(Node node, Node child) Node
Inserts all of the nodes into this node directly before refChild. [...]
@DocsEditable(), @DomName('Node.insertBefore'), inherited
leftView() → void
Deprecated*: override detached instead.
@Experimental(), inherited
matches(String selectors) bool
Checks if this element matches the CSS selectors.
@Experimental(), inherited
matchesWithAncestors(String selectors) bool
Checks if this element or any of its parents match the CSS selectors.
@Experimental(), inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
offsetTo(Element parent) Point
Provides the offset of this element's borderEdge relative to the specified parent. [...]
@Experimental(), inherited
query(String relativeSelectors) Element
Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future.
@DomName('Element.querySelector'), @Experimental(), inherited
queryAll(String relativeSelectors) ElementList<Element>
Alias for querySelectorAll. Note this function is deprecated because its semantics will be changing in the future.
@DomName('Element.querySelectorAll'), @Experimental(), inherited
querySelector(String selectors) Element
Finds the first descendant element of this element that matches the specified group of selectors. [...]
@DocsEditable(), @DomName('Element.querySelector'), inherited
querySelectorAll(String selectors) ElementList<Element>
Finds all descendent elements of this element that match the specified group of selectors. [...]
@DomName('Element.querySelectorAll'), inherited
remove() → void
Removes this node from the DOM.
@DomName('Node.removeChild'), inherited
removeEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
replaceWith(Node otherNode) Node
Replaces this node with another node.
@DomName('Node.replaceChild'), inherited
requestFullscreen() → void
@DocsEditable(), @DomName('Element.requestFullscreen'), @Experimental(), inherited
requestPointerLock() → void
@DocsEditable(), @DomName('Element.requestPointerLock'), @Experimental(), inherited
scroll([options_OR_x, num y ]) → void
@DocsEditable(), @DomName('Element.scroll'), @Experimental(), inherited
scrollBy([options_OR_x, num y ]) → void
@DocsEditable(), @DomName('Element.scrollBy'), @Experimental(), inherited
scrollIntoView([ScrollAlignment alignment ]) → void
Scrolls this element into view. [...]
inherited
scrollTo([options_OR_x, num y ]) → void
@DocsEditable(), @DomName('Element.scrollTo'), @Experimental(), inherited
setApplyScroll(ScrollStateCallback scrollStateCallback, String nativeScrollBehavior) → void
@DocsEditable(), @DomName('Element.setApplyScroll'), @Experimental(), inherited
setAttribute(String name, String value) → void
@DocsEditable(), @DomName('Element.setAttribute'), inherited
setAttributeNS(String namespaceURI, String name, String value) → void
@DocsEditable(), @DomName('Element.setAttributeNS'), inherited
setDistributeScroll(ScrollStateCallback scrollStateCallback, String nativeScrollBehavior) → void
@DocsEditable(), @DomName('Element.setDistributeScroll'), @Experimental(), inherited
setInnerHtml(String html, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → void
Parses the HTML fragment and sets it as the contents of this element. This ensures that the generated content follows the sanitization rules specified by the validator or treeSanitizer. [...]
inherited
toString() String
The string representation of this element. [...]
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Methods

isTagSupported(String tag) bool
Checks to see if the SVG element type is supported by the current platform. [...]

Constants

abortEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.abortEvent'), @Experimental()
const EventStreamProvider<Event>('abort')
blurEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.blurEvent'), @Experimental()
const EventStreamProvider<Event>('blur')
canPlayEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.canplayEvent'), @Experimental()
const EventStreamProvider<Event>('canplay')
canPlayThroughEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.canplaythroughEvent'), @Experimental()
const EventStreamProvider<Event>('canplaythrough')
changeEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.changeEvent'), @Experimental()
const EventStreamProvider<Event>('change')
clickEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.clickEvent'), @Experimental()
contextMenuEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.contextmenuEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('contextmenu')
doubleClickEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.dblclickEvent'), @Experimental()
const EventStreamProvider<Event>('dblclick')
dragEndEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dragendEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('dragend')
dragEnterEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dragenterEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('dragenter')
dragEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dragEvent'), @Experimental()
dragLeaveEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dragleaveEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('dragleave')
dragOverEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dragoverEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('dragover')
dragStartEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dragstartEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('dragstart')
dropEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.dropEvent'), @Experimental()
durationChangeEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.durationchangeEvent'), @Experimental()
const EventStreamProvider<Event>('durationchange')
emptiedEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.emptiedEvent'), @Experimental()
const EventStreamProvider<Event>('emptied')
endedEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.endedEvent'), @Experimental()
const EventStreamProvider<Event>('ended')
errorEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.errorEvent'), @Experimental()
const EventStreamProvider<Event>('error')
focusEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.focusEvent'), @Experimental()
const EventStreamProvider<Event>('focus')
inputEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.inputEvent'), @Experimental()
const EventStreamProvider<Event>('input')
invalidEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.invalidEvent'), @Experimental()
const EventStreamProvider<Event>('invalid')
keyDownEvent EventStreamProvider<KeyboardEvent>
@DocsEditable(), @DomName('SVGElement.keydownEvent'), @Experimental()
keyPressEvent EventStreamProvider<KeyboardEvent>
@DocsEditable(), @DomName('SVGElement.keypressEvent'), @Experimental()
const EventStreamProvider<KeyboardEvent>('keypress')
keyUpEvent EventStreamProvider<KeyboardEvent>
@DocsEditable(), @DomName('SVGElement.keyupEvent'), @Experimental()
loadedDataEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.loadeddataEvent'), @Experimental()
const EventStreamProvider<Event>('loadeddata')
loadedMetadataEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.loadedmetadataEvent'), @Experimental()
const EventStreamProvider<Event>('loadedmetadata')
loadEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.loadEvent'), @Experimental()
const EventStreamProvider<Event>('load')
mouseDownEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mousedownEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mousedown')
mouseEnterEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mouseenterEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mouseenter')
mouseLeaveEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mouseleaveEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mouseleave')
mouseMoveEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mousemoveEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mousemove')
mouseOutEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mouseoutEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mouseout')
mouseOverEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mouseoverEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mouseover')
mouseUpEvent EventStreamProvider<MouseEvent>
@DocsEditable(), @DomName('SVGElement.mouseupEvent'), @Experimental()
const EventStreamProvider<MouseEvent>('mouseup')
mouseWheelEvent EventStreamProvider<WheelEvent>
@DocsEditable(), @DomName('SVGElement.mousewheelEvent'), @Experimental()
const EventStreamProvider<WheelEvent>('mousewheel')
pauseEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.pauseEvent'), @Experimental()
const EventStreamProvider<Event>('pause')
playEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.playEvent'), @Experimental()
const EventStreamProvider<Event>('play')
playingEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.playingEvent'), @Experimental()
const EventStreamProvider<Event>('playing')
rateChangeEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.ratechangeEvent'), @Experimental()
const EventStreamProvider<Event>('ratechange')
resetEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.resetEvent'), @Experimental()
const EventStreamProvider<Event>('reset')
resizeEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.resizeEvent'), @Experimental()
const EventStreamProvider<Event>('resize')
scrollEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.scrollEvent'), @Experimental()
const EventStreamProvider<Event>('scroll')
seekedEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.seekedEvent'), @Experimental()
const EventStreamProvider<Event>('seeked')
seekingEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.seekingEvent'), @Experimental()
const EventStreamProvider<Event>('seeking')
selectEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.selectEvent'), @Experimental()
const EventStreamProvider<Event>('select')
stalledEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.stalledEvent'), @Experimental()
const EventStreamProvider<Event>('stalled')
submitEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.submitEvent'), @Experimental()
const EventStreamProvider<Event>('submit')
suspendEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.suspendEvent'), @Experimental()
const EventStreamProvider<Event>('suspend')
timeUpdateEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.timeupdateEvent'), @Experimental()
const EventStreamProvider<Event>('timeupdate')
touchCancelEvent EventStreamProvider<TouchEvent>
@DocsEditable(), @DomName('SVGElement.touchcancelEvent'), @Experimental()
const EventStreamProvider<TouchEvent>('touchcancel')
touchEndEvent EventStreamProvider<TouchEvent>
@DocsEditable(), @DomName('SVGElement.touchendEvent'), @Experimental()
const EventStreamProvider<TouchEvent>('touchend')
touchMoveEvent EventStreamProvider<TouchEvent>
@DocsEditable(), @DomName('SVGElement.touchmoveEvent'), @Experimental()
const EventStreamProvider<TouchEvent>('touchmove')
touchStartEvent EventStreamProvider<TouchEvent>
@DocsEditable(), @DomName('SVGElement.touchstartEvent'), @Experimental()
const EventStreamProvider<TouchEvent>('touchstart')
volumeChangeEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.volumechangeEvent'), @Experimental()
const EventStreamProvider<Event>('volumechange')
waitingEvent EventStreamProvider<Event>
@DocsEditable(), @DomName('SVGElement.waitingEvent'), @Experimental()
const EventStreamProvider<Event>('waiting')