QuerySelectorAll_v2 Op

QuerySelectorAll

This op is deprecated!

It will not receive any updates

Selects all matching elements in the DOM


If you want to do something withmultiple elements, you can get it from the DOM using QuerySelectorAll. See developer.mozilla.org – querySelector.


Full Name
  • Ops.Extension.Deprecated.Html.QuerySelectorAll_v2
Visibility
  •  Extension Op - unlisted - visible for users that know this op, is deprecated
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Query (String)

E.g. ".some-classname", '#some-id' or "footer"

Mode index (Number: integer)
Type index (Number: integer)
Document (String)
Element (Object:element)
Update (Trigger)

OUTPUT PORTS


Elements (Array)

Changelog

Patches using QuerySelectorAll_v2

  • Examples
  • Public
  • My Patches