R
fn

isInlineContent

tested

Best-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

ParameterTypeDescription
contentContent

Returns

boolean