ParentNode$Typings extension
- on
Properties
- append ↔ void Function([Iterable?])
-
Available on ParentNode, provided by the ParentNode$Typings extension
getter/setter pair - childElementCount → num
-
Available on ParentNode, provided by the ParentNode$Typings extension
MDN Referenceno setter - children → HTMLCollection
-
Available on ParentNode, provided by the ParentNode$Typings extension
Returns the child elements.no setter - firstElementChild → Element?
-
Available on ParentNode, provided by the ParentNode$Typings extension
Returns the first child that is an element, and null otherwise.no setter - lastElementChild → Element?
-
Available on ParentNode, provided by the ParentNode$Typings extension
Returns the last child that is an element, and null otherwise.no setter - prepend ↔ void Function([Iterable?])
-
Available on ParentNode, provided by the ParentNode$Typings extension
getter/setter pair -
querySelector
→ ({K$? Function<
K$ extends Element>(HTMLElementTagNameMap< $1, E? Function<K$> selectors)E extends Element>(String selectors) $2}) -
Available on ParentNode, provided by the ParentNode$Typings extension
Overload accessor: $1, $2no setter -
querySelectorAll
→ ({NodeListOf<
K$> Function<K$ extends Element>(HTMLElementTagNameMap< $1, NodeListOf<K$> selectors)E> Function<E extends Element>(String selectors) $2}) -
Available on ParentNode, provided by the ParentNode$Typings extension
Overload accessor: $1, $2no setter - replaceChildren ↔ void Function([Iterable?])
-
Available on ParentNode, provided by the ParentNode$Typings extension
getter/setter pair