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

# isObject

> **isObject**(`snapshot`, `node`): `node is PortableTextObject`

Defined in: is-object.ts:10

Check if a node is an object node (not a text block or span).

## Parameters

### snapshot

`TraversalSnapshot`

### node

`unknown`

## Returns

`node is PortableTextObject`