Skip to content

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.

preview: PreviewSource

TContent = Record<string, unknown>