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.
Parameters
Section titled “Parameters”snapshot
Section titled “snapshot”TraversalSnapshot
Path
Returns
Section titled “Returns”boolean