querySelectorAll

Returns all element descendants of node that match selectors.

MDN Reference


open fun <T : SVGElement> querySelectorAll(selectors: SvgTagName<T>): NodeList<T>(source)