querySelectorAll property
({NodeListOf<K$> Function<K$ extends Element>(HTMLElementTagNameMap<K$> selectors) $1, NodeListOf<E> Function<E extends Element>(String selectors) $2})
get
querySelectorAll
Overload accessor: $1, $2
Implementation
({
/// Returns all element descendants of node that match selectors.
///
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)
_i3.NodeListOf<K$> Function<K$ extends _i3.Element>(
_i3.HTMLElementTagNameMap<K$> selectors) $1,
/// Returns all element descendants of node that match selectors.
///
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)
_i3.NodeListOf<E> Function<E extends _i3.Element>(_i2.String selectors) $2,
}) get querySelectorAll => (
$1: _querySelectorAll$1,
$2: _querySelectorAll$2,
);