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).
Type Parameters
Section titled “Type Parameters”TContent
Section titled “TContent”TContent = ContentDocument