StandaloneComponentProps
Type Parameters
Section titled “Type Parameters”TContent
Section titled “TContent”TContent = Record<string, unknown>
Properties
Section titled “Properties”children
Section titled “children”children: (
value) =>ReactNode
Parameters
Section titled “Parameters”ComponentValue<TContent> | null | undefined
Returns
Section titled “Returns”ReactNode
id:
string
The external id the site declares this Component by — the same key it names in standalone { keys }.
value:
ComponentValue<TContent> |null|undefined
The value the site already resolved itself (client.resolveReference) — rendered as-is outside preview, and as the fallback before Composer’s own resolve arrives.