DescElement 类
- 继承关系
-
- Object
- EventTarget
- Node
- Element
- SvgElement
- DescElement
- 注解
-
- @Unstable()
- @Native("SVGDescElement")
构造函数
- DescElement()
-
factory
- DescElement.created()
- 当创建了自定义元素时,由 DOM 实例化的构造函数。
属性
- accessibleNode → AccessibleNode?
-
无设置器继承
- assignedSlot → SlotElement?
-
无设置器继承
-
attributes ↔ Map<
String, String> - 此元素上所有属性。获取器/设置器成对继承
- baseUri → String?
-
无设置器继承
- borderEdge → CssRect
- 访问此元素内容 + 内边距 + 边框的大小和位置。无设置器继承
-
childNodes → List<
Node> - 此节点子元素列表。无设置器继承
-
children ↔ List<
Element> - 此元素的直接子元素列表。获取器/设置器成对继承
- classes ↔ CssClassSet
- 应用到此元素上的 CSS 类集合。获取器/设置器成对继承
- className ↔ String
-
获取器/设置器成对继承
-
client → Rectangle<
num> - 获取此元素相对于页面客户端区域的位置。无设置器继承
- clientHeight → int
-
无设置器继承
- clientLeft → int?
-
无设置器继承
- clientTop → int?
-
无设置器继承
- clientWidth → int
-
无设置器继承
- computedName → String?
-
无设置器继承
- computedRole → String?
-
无设置器继承
- contentEdge → CssRect
- 访问此元素的内容位置。无设置器继承
- contentEditable ↔ String
-
获取器/设置器成对继承
-
dataset ↔ Map<
String, String> - 允许访问设置在此元素上的所有自定义数据属性 (data-*)。获取器/设置器成对继承
- dir ↔ String?
-
获取器/设置器成对继承
-
documentOffset → Point<
num> - 提供元素相对于文档顶部的坐标。无设置器继承
- draggable ↔ bool
- 指示元素是否可拖放。获取器/设置器成对继承
- firstChild → Node?
- 此节点的第一个子节点。无设置器继承
- hashCode → int
- 此对象的哈希值。无设置器继承
- 指示元素是否与页面当前状态无关。获取器/设置器成对继承
- id ↔ String
-
获取器/设置器成对继承
- inert ↔ bool?
-
获取器/设置器成对继承
- innerHtml ↔ String?
- 解析HTML片段并将其设置为该元素的正文。获取器/设置器成对继承
- innerText ↔ String
-
获取器/设置器成对继承
- inputMode ↔ String?
-
获取器/设置器成对继承
- isConnected → bool?
-
无设置器继承
- isContentEditable → bool
-
无设置器继承
- lang ↔ String?
-
获取器/设置器成对继承
- lastChild → Node?
- 此节点的最后一个子节点。无设置器继承
- localName → String
-
无设置器继承
- marginEdge → CssRect
- 访问此元素的内容+填充+边框+边距盒的尺寸和位置。无设置器继承
- namespaceUri → String?
- 一个URI,用于标识此元素的XML命名空间。无设置器继承
- nextElementSibling → Element?
-
无设置器继承
- nextNode → Node?
- 下一个兄弟节点。无设置器继承
- nodeName → String?
- 此节点的名称。无设置器继承
-
nodes ↔ List<
Node> - 此节点子节点的可修改列表。获取器/设置器成对继承
- nodeType → int
- 节点的类型。无设置器继承
- nodeValue → String?
- 此节点的值。无设置器继承
- nonce ↔ String?
-
获取器/设置器成对继承
-
offset → Rectangle<
num> - 获取此元素相对于其offsetParent的偏移量。无设置器继承
- offsetHeight → int
-
无设置器继承
- offsetLeft → int
-
无设置器继承
- offsetParent → Element?
-
无设置器继承
- offsetTop → int
-
无设置器继承
- offsetWidth → int
-
无设置器继承
- on → ElementEvents
- 这是一个易于使用的访问器,用于事件流,仅在显式访问器不可用时使用。无设置器继承
-
onAbort → ElementStream<
Event> - 由该Element处理的
abort
事件的流。无设置器继承 -
onBeforeCopy → ElementStream<
Event> - 由该Element处理的
beforecopy
事件的流。无设置器继承 -
onBeforeCut → ElementStream<
Event> - 由该Element处理的
beforecut
事件的流。无设置器继承 -
onBeforePaste → ElementStream<
Event> - 由该Element处理的
beforepaste
事件的流。无设置器继承 -
onBlur → ElementStream<
Event> - 由该Element处理的
blur
事件的流。无设置器继承 -
onCanPlay → ElementStream<
Event> -
无设置器继承
-
onCanPlayThrough → ElementStream<
Event> -
无设置器继承
-
onChange → ElementStream<
Event> - 由该Element处理的
change
事件的流。无设置器继承 -
onClick → ElementStream<
MouseEvent> - 由该Element处理的
click
事件的流。无设置器继承 -
onContextMenu → ElementStream<
MouseEvent> - 由该Element处理的
contextmenu
事件的流。无设置器继承 -
onCopy → ElementStream<
ClipboardEvent> - 由该Element处理的
copy
事件的流。无设置器继承 -
onCut → ElementStream<
ClipboardEvent> - 此 Element 处理的
cut
事件流。无设置器继承 -
onDoubleClick → ElementStream<
Event> - 此 Element 处理的
doubleclick
事件流。无设置器继承 -
onDrag → ElementStream<
MouseEvent> - 当此元素正在拖动时,触发
drag
事件的流。无设置器继承 -
onDragEnd → ElementStream<
MouseEvent> - 当此元素完成拖动操作时,触发
dragend
事件的流。无设置器继承 -
onDragEnter → ElementStream<
MouseEvent> - 当拖动的对象第一次被拖动到该元素上时,触发
dragenter
事件的流。无设置器继承 -
onDragLeave → ElementStream<
MouseEvent> - 当拖动的对象离开该元素的靶区域时,触发
dragleave
事件的流。无设置器继承 -
onDragOver → ElementStream<
MouseEvent> - 当拖动的对象当前正被拖过该元素时,触发
dragover
事件的流。无设置器继承 -
onDragStart → ElementStream<
MouseEvent> - 当此元素开始被拖动时,触发
dragstart
事件的流。无设置器继承 -
onDrop → ElementStream<
MouseEvent> - 当拖动的对象被放置在此元素上时,触发
drop
事件的流。无设置器继承 -
onDurationChange → ElementStream<
Event> -
无设置器继承
-
onEmptied → ElementStream<
Event> -
无设置器继承
-
onEnded → ElementStream<
Event> -
无设置器继承
-
onError → ElementStream<
Event> - 处理此 Element 的
error
事件流。无设置器继承 -
onFocus → ElementStream<
Event> - 处理此 Element 的
focus
事件流。无设置器继承 -
onFullscreenChange → ElementStream<
Event> - 本元素处理的
fullscreenchange
事件流。无设置器继承 -
onFullscreenError → ElementStream<
Event> - 本元素处理的
fullscreenerror
事件流。无设置器继承 -
onInput → ElementStream<
Event> - 本元素处理的
input
事件流。无设置器继承 -
onInvalid → ElementStream<
Event> - 本元素处理的
invalid
事件流。无设置器继承 -
onKeyDown → ElementStream<
KeyboardEvent> - 本元素处理的
keydown
事件流。无设置器继承 -
onKeyPress → ElementStream<
KeyboardEvent> - 本元素处理的
keypress
事件流。无设置器继承 -
onKeyUp → ElementStream<
KeyboardEvent> - 本元素处理的
keyup
事件流。无设置器继承 -
onLoad → ElementStream<
Event> - 本元素处理的
load
事件流。无设置器继承 -
onLoadedData → ElementStream<
Event> -
无设置器继承
-
onLoadedMetadata → ElementStream<
Event> -
无设置器继承
-
onMouseDown → ElementStream<
MouseEvent> - 本元素处理的
mousedown
事件流。无设置器继承 -
onMouseEnter → ElementStream<
MouseEvent> - 本元素处理的
mouseenter
事件流。无设置器继承 -
onMouseLeave → ElementStream<
MouseEvent> - 本元素处理的
mouseleave
事件流。无设置器继承 -
onMouseMove → ElementStream<
MouseEvent> - 本元素处理的
mousemove
事件流。无设置器继承 -
onMouseOut → ElementStream<
MouseEvent> - 本元素处理的
mouseout
事件流。无设置器继承 -
onMouseOver → ElementStream<
MouseEvent> - 本元素处理的
mouseover
事件流。无设置器继承 -
onMouseUp → ElementStream<
MouseEvent> - 本元素处理的
mouseup
事件流。无设置器继承 -
onMouseWheel → ElementStream<
WheelEvent> - 本元素处理的
mousewheel
事件流。无设置器继承 -
onPaste → ElementStream<
ClipboardEvent> - 本元素处理的
paste
事件流。无设置器继承 -
onPause → ElementStream<
Event> -
无设置器继承
-
onPlay → ElementStream<
Event> -
无设置器继承
-
onPlaying → ElementStream<
Event> -
无设置器继承
-
onRateChange → ElementStream<
Event> -
无设置器继承
-
onReset → ElementStream<
Event> - 本元素处理的
reset
事件流。无设置器继承 -
onResize → ElementStream<
Event> -
无设置器继承
-
onScroll → ElementStream<
Event> - 本元素处理的
scroll
事件流。无设置器继承 -
onSearch → ElementStream<
Event> - 本元素处理的
search
事件流。无设置器继承 -
onSeeked → ElementStream<
Event> -
无设置器继承
-
onSeeking → ElementStream<
Event> -
无设置器继承
-
onSelect → ElementStream<
Event> - 本元素处理的
select
事件流。无设置器继承 -
onSelectStart → ElementStream<
Event> - 由本 Element 处理的
selectstart
事件流。无设置器继承 -
onStalled → ElementStream<
Event> -
无设置器继承
-
onSubmit → ElementStream<
Event> - 由本 Element 处理的
submit
事件流。无设置器继承 -
onSuspend → ElementStream<
Event> -
无设置器继承
-
onTimeUpdate → ElementStream<
Event> -
无设置器继承
-
onTouchCancel → ElementStream<
TouchEvent> - 由本 Element 处理的
touchcancel
事件流。无设置器继承 -
onTouchEnd → ElementStream<
TouchEvent> - 由本 Element 处理的
touchend
事件流。无设置器继承 -
onTouchEnter → ElementStream<
TouchEvent> - 由本 Element 处理的
touchenter
事件流。无设置器继承 -
onTouchLeave → ElementStream<
TouchEvent> - 由本 Element 处理的
touchleave
事件流。无设置器继承 -
onTouchMove → ElementStream<
TouchEvent> - 由本 Element 处理的
touchmove
事件流。无设置器继承 -
onTouchStart → ElementStream<
TouchEvent> - 由本 Element 处理的
touchstart
事件流。无设置器继承 -
onTransitionEnd → ElementStream<
TransitionEvent> - 由本 Element 处理的
transitionend
事件流。无设置器继承 -
onVolumeChange → ElementStream<
Event> -
无设置器继承
-
onWaiting → ElementStream<
Event> -
无设置器继承
-
onWheel → ElementStream<
WheelEvent> -
无设置器继承
- outerHtml → String?
-
无设置器继承
- ownerDocument → Document?
- 该节点所属的文档。无设置器继承
- ownerSvgElement → SvgSvgElement?
-
无设置器继承
- paddingEdge → CssRect
- 获取此元素内容加内边距框的尺寸和位置。无设置器继承
- parent → Element?
- 此节点的父元素。无设置器继承
- parentNode → Node?
- 此节点的父节点。无设置器继承
- previousElementSibling → Element?
-
无设置器继承
- previousNode → Node?
- 前面的同辈节点。无设置器继承
- runtimeType → Type
- 表示对象的运行时类型。无设置器继承
- scrollHeight → int
-
无设置器继承
- scrollLeft ↔ int
-
获取器/设置器成对继承
- scrollTop ↔ int
-
获取器/设置器成对继承
- scrollWidth → int
-
无设置器继承
- shadowRoot → ShadowRoot?
- 此阴影宿主的阴影根。无设置器继承
- slot ↔ String?
-
获取器/设置器成对继承
- spellcheck ↔ bool?
-
获取器/设置器成对继承
- style → dressingTable
-
无设置器继承
- styleMap → dressingTable?
-
无设置器继承
- tabIndex ↔ int?
-
获取器/设置器成对继承
- tagName → String
-
无设置器继承
- text ↔ String?
- 此节点及其后代中的所有文本。获取器/设置器成对继承
- title ↔ String?
-
获取器/设置器成对继承
- translate ↔ bool?
- 指定当页面本地化时,此元素的文字内容是否改变。获取器/设置器成对继承
- viewportElement → SvgElement?
-
无设置器继承
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
after(
Object nodes) → void -
继承的
-
animate(
Iterable< Map< frames, [dynamic timing]) → AnimationString, dynamic> > - 创建一个新的 AnimationEffect 对象,其目标元素是调用该方法的对象,并调用文档时间轴中节点文档的 AnimationTimeline 对象的 play() 方法,将新创建的 AnimationEffect 作为参数传递给该方法。返回效果对应的 Animation。继承的
-
append(
Node node) → Node - 将节点添加到这个节点的子节点列表 nodes 的末尾。继承的
-
appendHtml(
String text, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → void - 将指定的文本解析为 HTML 并将其结果节点添加到该元素的最后一个子节点之后。继承的
-
appendText(
String text) → void - 将指定文本添加到该元素的最后一个子节点之后。继承的
-
attached(
) → void - 当此元素被插入到活动文档中时,由 DOM 调用。继承的
-
attachShadow(
Map shadowRootInitDict) → ShadowRoot -
继承的
-
attributeChanged(
String name, String oldValue, String newValue) → void - 当此元素上的属性更改时,由 DOM 调用。继承的
-
before(
Object nodes) → void -
继承的
-
blur(
) → void -
继承的
-
click(
) → void -
继承的
-
clone(
bool? deep) → Node - 返回此节点的副本。继承的
-
closest(
String selectors) → Element? -
继承的
-
contains(
Node? other) → bool - 如果此节点包含指定的节点,则返回 true。继承的
-
createFragment(
String? svg, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → DocumentFragment - 从 HTML 片段创建一个 DocumentFragment,并确保它遵循由验证器或 treeSanitizer 指定的消毒规则。继承的
-
createShadowRoot(
) → ShadowRoot - 为这个阴影宿主创建一个新的阴影根。继承的
-
detached(
) → void - 由 DOM 调用,当此元素从活动文档中移除时。继承的
-
dispatchEvent(
Event event) → bool -
继承的
-
enteredView(
) → void - 弃用:改用 attached。继承的
-
focus(
) → void -
继承的
-
getAnimations(
) → List< Animation> -
继承的
-
getAttribute(
String name) → String? -
继承的
-
getAttributeNames(
) → List< String> -
继承的
-
getAttributeNS(
String? namespaceURI, String name) → String? -
继承的
-
getBoundingClientRect(
) → Rectangle< num> - 返回包含此元素填充、滚动条和边框的最小边界矩形。继承的
-
getClientRects(
) → List< Rectangle< num> > -
继承的
-
getComputedStyle(
[String? pseudoElement]) → CssStyleDeclaration - 此元素所有应用的CSS值的集合,包括继承和默认值。继承的
-
getDestinationInsertionPoints(
) → List< Node> - 返回一个列表,列出此元素分布到的阴影DOM插入点。继承的
-
getElementsByClassName(
String classNames) → List< Node> - 返回包含在此元素内部具有给定类名的所有节点列表。继承的
-
getNamespacedAttributes(
String namespace) → Map< String, String> - 获取用于操作特定命名空间的属性映射。继承的
-
getRootNode(
[Map? options]) → Node -
继承的
-
hasAttribute(
String name) → bool -
继承的
-
hasAttributeNS(
String? namespaceURI, String name) → bool -
继承的
-
hasChildNodes(
) → bool - 如果此节点有任何子节点,则返回true。继承的
-
hasPointerCapture(
int pointerId) → bool -
继承的
-
insertAdjacentElement(
String where, Element element) → Element - 将
element
插入到DOM中指定的位置。继承的 -
insertAdjacentHtml(
String where, String text, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → void - 解析文本作为HTML片段并将其插入到指定位置的DOM中。继承的
-
insertAdjacentText(
String where, String text) → void - 将文本插入到指定位置的DOM中。继承的
-
insertAllBefore(
Iterable< Node> newNodes, Node child) → void - 将所有节点直接插入此节点之前child。继承的
-
insertBefore(
Node node, Node? child) → Node - 将给定的节点插入到此节点之前child。如果child是
null
,则给定的节点将插入到此节点子节点末尾。继承的 -
leftView(
) → void - 已弃用:请使用detached代替。继承的
-
matches(
String selectors) → bool - 检查此元素是否匹配CSS选择器。继承的
-
matchesWithAncestors(
String selectors) → bool - 检查此元素或其任何父元素是否匹配CSS选择器。继承的
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承的
-
offsetTo(
Element parent) → Point< num> - 提供此元素相对于指定的
parent
的borderEdge的偏移量。继承的 -
querySelector(
String selectors) → Element? - 查找此元素的第一个匹配指定选择器的后代元素。继承的
-
querySelectorAll<
T extends Element>< (String selectors> → ElementList< T> - 查找所有匹配指定选择器的此元素的后代元素。继承的
-
releasePointerCapture(
int pointerId) → void -
继承的
-
remove(
) → void - 从DOM中移除此节点。继承的
-
removeAttribute(
String name) → void -
继承的
-
removeAttributeNS(
String? namespaceURI, String name) → void -
继承的
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
replaceWith(
Node otherNode) → Node - 用另一个节点替换此节点。继承的
-
requestFullscreen(
[Map? options]) → Future< void> - 全屏显示此元素。继承的
-
requestPointerLock(
) → void -
继承的
-
scroll(
[dynamic options_OR_x, num? y] ) → void -
继承的
-
scrollBy(
[dynamic options_OR_x, num? y] ) → void -
继承的
-
scrollIntoView(
[ScrollAlignment? alignment]) → void - 将此元素滚动到视图中。继承的
-
scrollIntoViewIfNeeded(
[bool? centerIfNeeded]) → void - 这是一个非标准的
scrollIntoView
版本,如果当前元素不在浏览器窗口的可见区域内,则会将其滚动到可见区域内。如果元素已经在浏览器窗口的可见区域内,则不会进行滚动。继承的 -
scrollTo(
[dynamic options_OR_x, num? y]) → void -
继承的
-
setApplyScroll(
String nativeScrollBehavior) → Future<
ScrollState> -
继承的
-
setAttribute(
String name, Object value) → void -
继承的
-
setAttributeNS(
String? namespaceURI, String name, Object value) → void -
继承的
-
setDistributeScroll(
String nativeScrollBehavior) → Future
ScrollState> -
继承的
-
setInnerHtml(
String? html, {NodeValidator? validator, NodeTreeSanitizer? treeSanitizer}) → void - 解析 HTML 片段并将其设置为该元素的内容。这确保了生成的内容遵守 由验证器或树净化器指定的净化规则。继承的
-
setPointerCapture(
int pointerId) → void -
继承的
-
toString(
) → String - 该元素的字符串表示。继承的