Skip to content
This page is available as Markdown at /api/traversal/functions/isinline.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

isInline

isInline(snapshot, path): boolean

Defined in: is-inline.ts:13

Determine if a node at the given path is inline.

A node is inline if its parent is a text block. This is the inverse of isBlock. Top-level nodes are never inline.

TraversalSnapshot

Path

boolean