> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/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

### snapshot

`TraversalSnapshot`

### path

`Path`

## Returns

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