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