fn
isInlineContent
testedBest-effort runtime check for inline (text-block) content. The authoritative answer comes from the schema; this is a convenience for model-level helpers.
Signature
ts
export function isInlineContent(content: Content): content is Inline{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
content | Content | — |
Returns
boolean