PresentationListProps
Properties
Section titled “Properties”empty?
Section titled “empty?”
optionalempty?:ReactNode
Rendered when there is nothing to render.
items: readonly (
PresentationEnvelope<ContentDocument,ContentDocument> |null|undefined)[] |null|undefined
An isEnumerable Presentation field’s value, or a relayed list. null positions are skipped (the server nulls a value its field’s Template constraint rejects rather than dropping it).
optionalwrap?: (rendered,envelope,index) =>ReactNode
Wraps each rendered item — e.g. (node, envelope, i) => <li key={i}>{node}</li>. The key is applied to the wrapper’s parent Fragment either way.
Parameters
Section titled “Parameters”rendered
Section titled “rendered”ReactNode
envelope
Section titled “envelope”number
Returns
Section titled “Returns”ReactNode