Skip to content

StandaloneComponentProps

TContent = Record<string, unknown>

children: (value) => ReactNode

ComponentValue<TContent> | null | undefined

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.