struct Protocol::DOM::GetContainerForNode
- Protocol::DOM::GetContainerForNode
- Struct
- Value
- Object
Overview
Returns the container of the given node based on container query conditions. If containerName is given, it will find the nearest container with a matching name; otherwise it will find the nearest container regardless of its container name.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#node_id : NodeId | Nil
The container node for the given node, or null if not found.
Constructor Detail
Instance Method Detail
The container node for the given node, or null if not found.