QuerySelector_v3 Op

QuerySelector

This op is deprecated!

It will not receive any updates

Selects an element in the DOM


If you want to do something with an element, you can get it from the DOM using QuerySelector. See developer.mozilla.org – querySelector.


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


INPUT PORTS


Update (Trigger)
Query (String)

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

Mode index (Number: integer) document  string input  element 
Type index (Number: integer)
Document (String)
Input Element (Object:element)

OUTPUT PORTS


Element (Object)

The first element which can be found using the query or null (no results)


Changelog

Patches using QuerySelector_v3

  • Examples
  • Public
  • My Patches