ParentNode class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

ParentNode()
factory

Properties

childElementCount int

Available on ParentNode, provided by the PropsParentNode extension

no setter
children HTMLCollection

Available on ParentNode, provided by the PropsParentNode extension

no setter
firstElementChild Element?

Available on ParentNode, provided by the PropsParentNode extension

no setter
hashCode int
The hash code for this object.
no setterinherited
lastElementChild Element?

Available on ParentNode, provided by the PropsParentNode extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append([dynamic nodes1, dynamic nodes2, dynamic nodes3]) → void

Available on ParentNode, provided by the PropsParentNode extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepend([dynamic nodes1, dynamic nodes2, dynamic nodes3]) → void

Available on ParentNode, provided by the PropsParentNode extension

querySelector(String selectors) Element?

Available on ParentNode, provided by the PropsParentNode extension

querySelectorAll(String selectors) NodeList

Available on ParentNode, provided by the PropsParentNode extension

replaceChildren([dynamic nodes1, dynamic nodes2, dynamic nodes3]) → void

Available on ParentNode, provided by the PropsParentNode extension

toString() String
A string representation of this object.
inherited

Operators

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