Inheritance
Implements
Implemented by
Annotations
  • DocsEditable()
  • DomName('HTMLElement')

Constants

abortEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('abort')
blurEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('blur')
canPlayEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('canplay')
canPlayThroughEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('canplaythrough')
changeEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('change')
clickEvent EventStreamProvider<MouseEvent>

contextMenuEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('contextmenu')
doubleClickEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('dblclick')
dragEndEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('dragend')
dragEnterEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('dragenter')
dragEvent EventStreamProvider<MouseEvent>

dragLeaveEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('dragleave')
dragOverEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('dragover')
dragStartEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('dragstart')
dropEvent EventStreamProvider<MouseEvent>

durationChangeEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('durationchange')
emptiedEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('emptied')
endedEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('ended')
errorEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('error')
focusEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('focus')
inputEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('input')
invalidEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('invalid')
keyDownEvent EventStreamProvider<KeyboardEvent>

keyPressEvent EventStreamProvider<KeyboardEvent>

const EventStreamProvider<KeyboardEvent>('keypress')
keyUpEvent EventStreamProvider<KeyboardEvent>

loadedDataEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('loadeddata')
loadedMetadataEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('loadedmetadata')
loadEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('load')
mouseDownEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mousedown')
mouseEnterEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mouseenter')
mouseLeaveEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mouseleave')
mouseMoveEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mousemove')
mouseOutEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mouseout')
mouseOverEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mouseover')
mouseUpEvent EventStreamProvider<MouseEvent>

const EventStreamProvider<MouseEvent>('mouseup')
mouseWheelEvent EventStreamProvider<WheelEvent>

const EventStreamProvider<WheelEvent>('mousewheel')
pauseEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('pause')
playEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('play')
playingEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('playing')
rateChangeEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('ratechange')
resetEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('reset')
resizeEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('resize')
scrollEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('scroll')
seekedEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('seeked')
seekingEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('seeking')
selectEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('select')
stalledEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('stalled')
submitEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('submit')
suspendEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('suspend')
timeUpdateEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('timeupdate')
volumeChangeEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('volumechange')
waitingEvent EventStreamProvider<Event>

const EventStreamProvider<Event>('waiting')

Static Properties

instanceRuntimeType Type

read-only

Constructors

HtmlElement.created()

Constructor instantiated by the DOM when a custom element has been created.

HtmlElement.internal_()

Properties

attributes Map<String, String>

All attributes on this element.

read / write, inherited
baseUri String

read-only, inherited
borderEdge CssRect

Access the dimensions and position of this element's content + padding + border box.

read-only, inherited
childNodes List<Node>

A list of this node's children.

read-only, inherited
children List<Element>

List of the direct children of this element.

read / write, inherited
classes CssClassSet

The set of CSS classes applied to this element.

read / write, inherited
className String

read / write, inherited
client Rectangle

Gets the position of this element relative to the client area of the page.

read-only, inherited
clientHeight int

read-only, inherited
clientLeft int

read-only, inherited
clientTop int

read-only, inherited
clientWidth int

read-only, inherited
computedName String

read-only, inherited
computedRole String

read-only, inherited
contentEdge CssRect

Access this element's content position.

read-only, inherited
contentEditable String

read / write
contextMenu MenuElement

read / write
dataset Map<String, String>

Allows access to all custom data attributes (data-*) set on this element.

read / write, inherited
dir String

read / write
documentOffset Point

Provides the coordinates of the element relative to the top of the document.

read-only, inherited
draggable bool

read / write
dropzone String

read / write
firstChild Node

The first child of this node.

read-only, inherited
hashCode int

read-only, inherited
hidden bool

read / write
id String

read / write, inherited
innerHtml String

Parses the HTML fragment and sets it as the contents of this element.

read / write, inherited
isContentEditable bool

read-only
lang String

read / write
lastChild Node

The last child of this node.

read-only, inherited
localName String

read-only, inherited
marginEdge CssRect

Access the dimensions and position of this element's content + padding + border + margin box.

read-only, inherited
namespaceUri String

A URI that identifies the XML namespace of this element.

read-only, inherited
nextElementSibling Element

read-only, inherited
nextNode Node

The next sibling node.

read-only, inherited
nodeName String

The name of this node.

read-only, inherited
nodes List<Node>

A modifiable list of this node's children.

read / write, inherited
nodeType int

The type of node.

read-only, inherited
nodeValue String

The value of this node.

read-only, inherited
offset Rectangle

Gets the offset of this element relative to its offsetParent.

read-only, inherited
offsetHeight int

read-only, inherited
offsetLeft int

read-only, inherited
offsetParent Element

read-only, inherited
offsetTop int

read-only, inherited
offsetWidth int

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
onAbort ElementStream<Event>

read-only
onBeforeCopy ElementStream<Event>

Stream of beforecopy events handled by this Element.

read-only, inherited
onBeforeCut ElementStream<Event>

Stream of beforecut events handled by this Element.

read-only, inherited
onBeforePaste ElementStream<Event>

Stream of beforepaste events handled by this Element.

read-only, inherited
onBlur ElementStream<Event>

read-only
onCanPlay ElementStream<Event>

read-only
onCanPlayThrough ElementStream<Event>

read-only
onChange ElementStream<Event>

read-only
onClick ElementStream<MouseEvent>

read-only
onContextMenu ElementStream<MouseEvent>

read-only
onCopy ElementStream<ClipboardEvent>

Stream of copy events handled by this Element.

read-only, inherited
onCut ElementStream<ClipboardEvent>

Stream of cut events handled by this Element.

read-only, inherited
onDoubleClick ElementStream<Event>

read-only
onDrag ElementStream<MouseEvent>

read-only
onDragEnd ElementStream<MouseEvent>

read-only
onDragEnter ElementStream<MouseEvent>

read-only
onDragLeave ElementStream<MouseEvent>

read-only
onDragOver ElementStream<MouseEvent>

read-only
onDragStart ElementStream<MouseEvent>

read-only
onDrop ElementStream<MouseEvent>

read-only
onDurationChange ElementStream<Event>

read-only
onEmptied ElementStream<Event>

read-only
onEnded ElementStream<Event>

read-only
onError ElementStream<Event>

read-only
onFocus ElementStream<Event>

read-only
onFullscreenChange ElementStream<Event>

Stream of fullscreenchange events handled by this Element.

read-only, inherited
onFullscreenError ElementStream<Event>

Stream of fullscreenerror events handled by this Element.

read-only, inherited
onInput ElementStream<Event>

read-only
onInvalid ElementStream<Event>

read-only
onKeyDown ElementStream<KeyboardEvent>

read-only
onKeyPress ElementStream<KeyboardEvent>

read-only
onKeyUp ElementStream<KeyboardEvent>

read-only
onLoad ElementStream<Event>

read-only
onLoadedData ElementStream<Event>

read-only
onLoadedMetadata ElementStream<Event>

read-only
onMouseDown ElementStream<MouseEvent>

read-only
onMouseEnter ElementStream<MouseEvent>

read-only
onMouseLeave ElementStream<MouseEvent>

read-only
onMouseMove ElementStream<MouseEvent>

read-only
onMouseOut ElementStream<MouseEvent>

read-only
onMouseOver ElementStream<MouseEvent>

read-only
onMouseUp ElementStream<MouseEvent>

read-only
onMouseWheel ElementStream<WheelEvent>

read-only
onPaste ElementStream<ClipboardEvent>

Stream of paste events handled by this Element.

read-only, inherited
onPause ElementStream<Event>

read-only
onPlay ElementStream<Event>

read-only
onPlaying ElementStream<Event>

read-only
onRateChange ElementStream<Event>

read-only
onReset ElementStream<Event>

read-only
onResize ElementStream<Event>

read-only
onScroll ElementStream<Event>

read-only
onSearch ElementStream<Event>

Stream of search events handled by this Element.

read-only, inherited
onSeeked ElementStream<Event>

read-only
onSeeking ElementStream<Event>

read-only
onSelect ElementStream<Event>

read-only
onSelectStart ElementStream<Event>

Stream of selectstart events handled by this Element.

read-only, inherited
onStalled ElementStream<Event>

read-only
onSubmit ElementStream<Event>

read-only
onSuspend ElementStream<Event>

read-only
onTimeUpdate ElementStream<Event>

read-only
onTouchCancel ElementStream<TouchEvent>

Stream of touchcancel events handled by this Element.

read-only, inherited
onTouchEnd ElementStream<TouchEvent>

Stream of touchend events handled by this Element.

read-only, inherited
onTouchEnter ElementStream<TouchEvent>

Stream of touchenter events handled by this Element.

read-only, inherited
onTouchLeave ElementStream<TouchEvent>

Stream of touchleave events handled by this Element.

read-only, inherited
onTouchMove ElementStream<TouchEvent>

Stream of touchmove events handled by this Element.

read-only, inherited
onTouchStart ElementStream<TouchEvent>

Stream of touchstart events handled by this Element.

read-only, inherited
onTransitionEnd ElementStream<TransitionEvent>

Stream of transitionend events handled by this Element.

read-only, inherited
onVolumeChange ElementStream<Event>

read-only
onWaiting ElementStream<Event>

read-only
outerHtml String

read-only, inherited
ownerDocument Document

The document this node belongs to.

read-only, inherited
paddingEdge CssRect

Access the dimensions and position of this element's content + padding box.

read-only, inherited
parent Element

The parent element of this node.

read-only, inherited
parentNode Node

The parent node of this node.

read-only, inherited
previousElementSibling Element

read-only, inherited
previousNode Node

The previous sibling node.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
scrollHeight int

read-only, inherited
scrollLeft int

read / write, inherited
scrollTop int

read / write, inherited
scrollWidth int

read-only, inherited
shadowRoot ShadowRoot

read-only, inherited
spellcheck bool

read / write
style CssStyleDeclaration

read-only
tabIndex int

read / write
tagName String

read-only, inherited
text String

All text within this node and its decendents.

read / write, inherited
title String

read / write
translate bool

read / write
xtag → dynamic

Experimental support for web components. 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

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

addEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void

inherited
after(Object nodes) → 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.

inherited
append(Node node) Node

Adds a node to the end of the child nodes list of this node.

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.

inherited
attributeChanged(String name, String oldValue, String newValue) → void

Called by the DOM whenever an attribute on this has been changed.

inherited
before(Object nodes) → void

inherited
blur() → void

click() → void

clone(bool deep) Node

Returns a copy of this node.

inherited
closest(String selectors) Element

inherited
contains(Node other) bool

Returns true if this node contains the specified node.

inherited
createFragment(String html, {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.

inherited
createShadowRoot([Map shadowRootInitDict]) ShadowRoot

inherited
detached() → void

Called by the DOM when this element has been removed from the live document.

inherited
dispatchEvent(Event event) bool

inherited
enteredView() → void

Deprecated*: override attached instead.

inherited
focus() → void

getAnimations() List<Animation>

inherited
getAttribute(String name) String

inherited
getAttributeNS(String namespaceURI, String localName) String

inherited
getBoundingClientRect() Rectangle

Returns the smallest bounding rectangle that encompasses this element's padding, scrollbar, and border.

inherited
getClientRects() List<Rectangle>

Returns a list of bounding rectangles for each box associated with this element.

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.

inherited
getElementsByClassName(String classNames) List<Node>

Returns a list of nodes with the given class name inside this element.

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.

inherited
insertAdjacentElement(String where, Element element) Element

inherited
insertAdjacentHtml(String where, String html, {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) → void

Parses text as an HTML fragment and inserts it into the DOM at the specified location.

inherited
insertAdjacentText(String where, String text) → void

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.

inherited
leftView() → void

Deprecated*: override detached instead.

inherited
matches(String selectors) bool

inherited
matchesWithAncestors(String selectors) bool

Checks if this element or any of its parents match the CSS selectors.

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.

inherited
query(String relativeSelectors) Element

Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future.

inherited
queryAll(String relativeSelectors) ElementList<Element>

Alias for querySelectorAll. Note this function is deprecated because its semantics will be changing in the future.

inherited
querySelector(String selectors) Element

Finds the first descendant element of this element that matches the specified group of selectors.

inherited
querySelectorAll(String selectors) ElementList<Element>

Finds all descendent elements of this element that match the specified group of selectors.

inherited
remove() → void

Removes this node from the DOM.

inherited
removeEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void

inherited
replaceWith(Node otherNode) Node

Replaces this node with another node.

inherited
requestFullscreen() → void

inherited
requestPointerLock() → void

inherited
scroll([options_OR_x, num y]) → void

inherited
scrollBy([options_OR_x, num y]) → void

inherited
scrollIntoView([ScrollAlignment alignment]) → void

Scrolls this element into view.

inherited
scrollTo([options_OR_x, num y]) → void

inherited
setAttribute(String name, String value) → void

inherited
setAttributeNS(String namespaceURI, String name, String value) → void

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