Skip to content

CopyCardProps

Defined in: react/src/Cards.tsx:24

optional body?: string

Defined in: react/src/Cards.tsx:26


optional className?: string

Defined in: react/src/Cards.tsx:35


optional contentSource?: "generated" | "cached" | "static"

Defined in: react/src/Cards.tsx:33

Provenance of this copy. Read it off meta.contentSource of the /content response — do not guess. The default is static because an unlabelled source must never be marked as adapted: over-claiming is the failure that costs trust, under-claiming merely costs credit.


optional headline?: string

Defined in: react/src/Cards.tsx:25


optional style?: CSSProperties

Defined in: react/src/Cards.tsx:36


optional theme?: { colors: Record<string, string>; sources: Record<string, string>; } | null

Defined in: react/src/Cards.tsx:34