This page is available as Markdown at /api/traversal/functions/getcontainer.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.
getContainer
getContainer(
snapshot,path): {node:Node;path:Path; } |undefined
Defined in: get-container.ts:12
Get the registered editable container at a given path.
Parameters
Section titled “Parameters”snapshot
Section titled “snapshot”TraversalSnapshot
Path
Returns
Section titled “Returns”{ node: Node; path: Path; } | undefined