Skip to content
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.

TraversalSnapshot

Path

{ node: Node; path: Path; } | undefined