PaletteSwatch
type PaletteSwatch = { hex: string; textColor: "#000000" | "#FFFFFF";};Defined in: packages/asset-client/src/palette.ts:28
Backwards-compat alias for older callers that referenced PaletteSwatch.
Properties
Section titled “Properties”hex: string;Defined in: packages/asset-client/src/palette.ts:28
textColor
Section titled “textColor”textColor: "#000000" | "#FFFFFF";Defined in: packages/asset-client/src/palette.ts:28