StandaloneResult
StandaloneResult<
TContent> =ExpandedReference<TContent> &object
A standalone Component’s resolved value, posted alongside the page’s own result. An
ExpandedReference (the shape <StandaloneComponent> renders through, identical to any other
resolved reference) with a preview sibling always present — Composer stamps one on every
standalone resolve, unlike an ordinary delivery response where preview never appears at all.
Type Declaration
Section titled “Type Declaration”preview
Section titled “preview”preview:
PreviewSource
Type Parameters
Section titled “Type Parameters”TContent
Section titled “TContent”TContent = Record<string, unknown>