ActiveElement Op

ActiveElement

Outputs the currently active/focused element


outputs the currently focused element within a web page's DOM, meaning the element that is currently receiving keyboard events or user input, such as a text box during typing or a button when selected. This property helps developers determine which element is currently in focus, making it especially useful for managing keyboard navigation and accessibility features in web applications

https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement


Full Name
  • Ops.Html.ActiveElement
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Trigger (Trigger)

OUTPUT PORTS


Active Element (Object)

Changelog

Patches using ActiveElement

  • Examples
  • Public
  • My Patches