-
body
↔ BodyElement
-
read / write
-
head
→ HeadElement
-
read-only
-
lastModified
→ String
-
read-only
-
onVisibilityChange
→ Stream<Event>
-
@SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.FIREFOX), @SupportedBrowser(SupportedBrowser.IE, '10'), read-only
-
preferredStylesheetSet
→ String
-
read-only
-
referrer
→ String
-
read-only
-
selectedStylesheetSet
↔ String
-
read / write
-
styleSheets
→ List<StyleSheet>
-
read-only
-
title
↔ String
-
read / write
-
activeElement
→ Element
-
final, inherited
-
addressSpace
→ String
-
final, inherited
-
baseUri
→ String
-
@JSName('baseURI'), final, inherited
-
childNodes
→ List<Node>
-
A list of this node's children. [...]
@Creates('NodeList'), @Returns('NodeList'), final, inherited
-
contentType
→ String
-
final, inherited
-
cookie
↔ String
-
read / write, inherited
-
currentScript
→ ScriptElement
-
final, inherited
-
documentElement
→ Element
-
final, inherited
-
domain
→ String
-
final, inherited
-
firstChild
→ Node
-
The first child of this node. [...]
final, inherited
-
fonts
→ FontFaceSet
-
final, inherited
-
fullscreenElement
→ Element
-
final, inherited
-
fullscreenEnabled
→ bool
-
final, inherited
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
hidden
→ bool
-
final, inherited
-
implementation
→ DomImplementation
-
final, inherited
-
isConnected
→ bool
-
final, inherited
-
lastChild
→ Node
-
The last child of this node. [...]
final, inherited
-
nextNode
→ Node
-
The next sibling node. [...]
@JSName('nextSibling'), final, inherited
-
nodeName
→ String
-
The name of this node. [...]
final, inherited
-
nodes
↔ List<Node>
-
A modifiable list of this node's children.
read / write, inherited
-
nodeType
→ int
-
The type of node. [...]
final, inherited
-
nodeValue
→ String
-
The value of this node. [...]
final, inherited
-
on
→ Events
-
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
→ Stream<Event>
-
Stream of
abort events handled by this Document.
read-only, inherited
-
onBeforeCopy
→ Stream<Event>
-
Stream of
beforecopy events handled by this Document.
read-only, inherited
-
onBeforeCut
→ Stream<Event>
-
Stream of
beforecut events handled by this Document.
read-only, inherited
-
onBeforePaste
→ Stream<Event>
-
Stream of
beforepaste events handled by this Document.
read-only, inherited
-
onBlur
→ Stream<Event>
-
Stream of
blur events handled by this Document.
read-only, inherited
-
onCanPlay
→ Stream<Event>
-
read-only, inherited
-
onCanPlayThrough
→ Stream<Event>
-
read-only, inherited
-
onChange
→ Stream<Event>
-
Stream of
change events handled by this Document.
read-only, inherited
-
onClick
→ Stream<MouseEvent>
-
Stream of
click events handled by this Document.
read-only, inherited
-
Stream of
contextmenu events handled by this Document.
read-only, inherited
-
onCopy
→ Stream<ClipboardEvent>
-
Stream of
copy events handled by this Document.
read-only, inherited
-
onCut
→ Stream<ClipboardEvent>
-
Stream of
cut events handled by this Document.
read-only, inherited
-
onDoubleClick
→ Stream<Event>
-
Stream of
doubleclick events handled by this Document.
@DomName('Document.ondblclick'), read-only, inherited
-
onDrag
→ Stream<MouseEvent>
-
Stream of
drag events handled by this Document.
read-only, inherited
-
onDragEnd
→ Stream<MouseEvent>
-
Stream of
dragend events handled by this Document.
read-only, inherited
-
onDragEnter
→ Stream<MouseEvent>
-
Stream of
dragenter events handled by this Document.
read-only, inherited
-
onDragLeave
→ Stream<MouseEvent>
-
Stream of
dragleave events handled by this Document.
read-only, inherited
-
onDragOver
→ Stream<MouseEvent>
-
Stream of
dragover events handled by this Document.
read-only, inherited
-
onDragStart
→ Stream<MouseEvent>
-
Stream of
dragstart events handled by this Document.
read-only, inherited
-
onDrop
→ Stream<MouseEvent>
-
Stream of
drop events handled by this Document.
read-only, inherited
-
onDurationChange
→ Stream<Event>
-
read-only, inherited
-
onEmptied
→ Stream<Event>
-
read-only, inherited
-
onEnded
→ Stream<Event>
-
read-only, inherited
-
onError
→ Stream<Event>
-
Stream of
error events handled by this Document.
read-only, inherited
-
onFocus
→ Stream<Event>
-
Stream of
focus events handled by this Document.
read-only, inherited
-
onFullscreenChange
→ Stream<Event>
-
Stream of
fullscreenchange events handled by this Document.
read-only, inherited
-
onFullscreenError
→ Stream<Event>
-
Stream of
fullscreenerror events handled by this Document.
read-only, inherited
-
onInput
→ Stream<Event>
-
Stream of
input events handled by this Document.
read-only, inherited
-
onInvalid
→ Stream<Event>
-
Stream of
invalid events handled by this Document.
read-only, inherited
-
onKeyDown
→ Stream<KeyboardEvent>
-
Stream of
keydown events handled by this Document.
read-only, inherited
-
onKeyPress
→ Stream<KeyboardEvent>
-
Stream of
keypress events handled by this Document.
read-only, inherited
-
onKeyUp
→ Stream<KeyboardEvent>
-
Stream of
keyup events handled by this Document.
read-only, inherited
-
onLoad
→ Stream<Event>
-
Stream of
load events handled by this Document.
read-only, inherited
-
onLoadedData
→ Stream<Event>
-
read-only, inherited
-
onLoadedMetadata
→ Stream<Event>
-
read-only, inherited
-
onMouseDown
→ Stream<MouseEvent>
-
Stream of
mousedown events handled by this Document.
read-only, inherited
-
onMouseEnter
→ Stream<MouseEvent>
-
Stream of
mouseenter events handled by this Document.
read-only, inherited
-
onMouseLeave
→ Stream<MouseEvent>
-
Stream of
mouseleave events handled by this Document.
read-only, inherited
-
onMouseMove
→ Stream<MouseEvent>
-
Stream of
mousemove events handled by this Document.
read-only, inherited
-
onMouseOut
→ Stream<MouseEvent>
-
Stream of
mouseout events handled by this Document.
read-only, inherited
-
onMouseOver
→ Stream<MouseEvent>
-
Stream of
mouseover events handled by this Document.
read-only, inherited
-
onMouseUp
→ Stream<MouseEvent>
-
Stream of
mouseup events handled by this Document.
read-only, inherited
-
onMouseWheel
→ Stream<WheelEvent>
-
Stream of
mousewheel events handled by this Document.
read-only, inherited
-
onPaste
→ Stream<ClipboardEvent>
-
Stream of
paste events handled by this Document.
read-only, inherited
-
onPause
→ Stream<Event>
-
read-only, inherited
-
onPlay
→ Stream<Event>
-
read-only, inherited
-
onPlaying
→ Stream<Event>
-
read-only, inherited
-
onPointerLockChange
→ Stream<Event>
-
read-only, inherited
-
onPointerLockError
→ Stream<Event>
-
read-only, inherited
-
onRateChange
→ Stream<Event>
-
read-only, inherited
-
onReadyStateChange
→ Stream<Event>
-
Stream of
readystatechange events handled by this Document.
read-only, inherited
-
onReset
→ Stream<Event>
-
Stream of
reset events handled by this Document.
read-only, inherited
-
onResize
→ Stream<Event>
-
read-only, inherited
-
onScroll
→ Stream<Event>
-
Stream of
scroll events handled by this Document.
read-only, inherited
-
onSearch
→ Stream<Event>
-
Stream of
search events handled by this Document.
read-only, inherited
-
onSecurityPolicyViolation
→ Stream<SecurityPolicyViolationEvent>
-
Stream of
securitypolicyviolation events handled by this Document.
read-only, inherited
-
onSeeked
→ Stream<Event>
-
read-only, inherited
-
onSeeking
→ Stream<Event>
-
read-only, inherited
-
onSelect
→ Stream<Event>
-
Stream of
select events handled by this Document.
read-only, inherited
-
onSelectionChange
→ Stream<Event>
-
Stream of
selectionchange events handled by this Document.
read-only, inherited
-
onSelectStart
→ Stream<Event>
-
Stream of
selectstart events handled by this Document.
read-only, inherited
-
onStalled
→ Stream<Event>
-
read-only, inherited
-
onSubmit
→ Stream<Event>
-
Stream of
submit events handled by this Document.
read-only, inherited
-
onSuspend
→ Stream<Event>
-
read-only, inherited
-
onTimeUpdate
→ Stream<Event>
-
read-only, inherited
-
onTouchCancel
→ Stream<TouchEvent>
-
Stream of
touchcancel events handled by this Document.
read-only, inherited
-
onTouchEnd
→ Stream<TouchEvent>
-
Stream of
touchend events handled by this Document.
read-only, inherited
-
onTouchMove
→ Stream<TouchEvent>
-
Stream of
touchmove events handled by this Document.
read-only, inherited
-
onTouchStart
→ Stream<TouchEvent>
-
Stream of
touchstart events handled by this Document.
read-only, inherited
-
onVolumeChange
→ Stream<Event>
-
read-only, inherited
-
onWaiting
→ Stream<Event>
-
read-only, inherited
-
origin
→ String
-
final, inherited
-
ownerDocument
→ Document
-
The document this node belongs to. [...]
final, inherited
-
parent
→ Element
-
The parent element of this node. [...]
@JSName('parentElement'), final, inherited
-
parentNode
→ Node
-
The parent node of this node. [...]
final, inherited
-
pointerLockElement
→ Element
-
final, inherited
-
previousNode
→ Node
-
The previous sibling node. [...]
@JSName('previousSibling'), final, inherited
-
readyState
→ String
-
final, inherited
-
rootElement
→ SvgSvgElement
-
final, inherited
-
rootScroller
↔ Element
-
read / write, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
scrollingElement
→ Element
-
final, inherited
-
suborigin
→ String
-
final, inherited
-
supportsRegister
→ bool
-
Deprecated: use supportsRegisterElement instead.
read-only, inherited
-
supportsRegisterElement
→ bool
-
Checks if registerElement is supported on the current platform.
read-only, inherited
-
text
↔ String
-
All text within this node and its descendents. [...]
@JSName('textContent'), read / write, inherited
-
timeline
→ DocumentTimeline
-
final, inherited
-
visibilityState
→ String
-
@SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.FIREFOX), @SupportedBrowser(SupportedBrowser.IE, '10'), read-only, inherited
-
window
→ WindowBase
-
read-only, inherited