Skip to content

ComponentValue

ComponentValue<TContent> = UnexpandedReference | ExpandedReference<TContent> | UnresolvableReference | InlineValue<TContent>

Every shape a component value can take, each decidable from the value alone with the exported guards (isResolved and its siblings).

TContent = ContentDocument