devtools::actors::inspector

Module node

Source
Expand description

This actor represents one DOM node. It is created by the Walker actor when it is traversing the document tree.

Structs§

Constants§

  • The maximum length of a text node for it to appear as an inline child in the inspector.
  • TEXT_NODE 🔒
    Text node type constant. This is defined again to avoid depending on script, where it is defined originally. See script::dom::bindings::codegen::Bindings::NodeBinding::NodeConstants.

Traits§