devtools::actors::inspector

Module walker

Source
Expand description

The walker actor is responsible for traversing the DOM tree in various ways to create new nodes

Structs§

Functions§

  • Recursively searches for a child with the specified selector If it is found, returns a list with the child and all of its ancestors. TODO: Investigate how to cache this to some extent.