QuerySelector_v2 Op

QuerySelector

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.


Edit Documentation

Full Name
  • Ops.Html.QuerySelector_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

INPUT PORTS


Update (Trigger)
Query (String)

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

Mode index (Number:integer )
Type index (Number:integer )
Document (String)

OUTPUT PORTS


Element (Object)

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


Patches using QuerySelector_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatartim - 2020-02-19 16:30