> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# getSpan

> **getSpan**(`snapshot`, `path`): \{ `node`: `PortableTextSpan`; `path`: `Path`; \} \| `undefined`

Defined in: get-span.ts:11

Get the span node at a given path.

## Parameters

### snapshot

`TraversalSnapshot`

### path

`Path`

## Returns

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