Skip to content

InlineValue

A value authored in place — nothing to fetch, ever.

TContent = ContentDocument

optional adapterWarnings?: AdapterWarning[]


content: TContent


contract: EntityDescriptor


optional key?: undefined


optional paths?: undefined

Never present: an inline value is authored in place, so there is no entity for a node to bind and nothing to address. Declared rather than merely absent, the same way provider/key are above — without it, the natural isResolved(value) ? value.paths : undefined does not typecheck on the narrowed union.


optional preview?: PreviewSource

Live preview only.


optional provider?: undefined


optional unresolvable?: undefined