type CardBackground = object;Type representing the background of a card.
path: The path to the background resource.type: The type of the background resource, either ‘svgVectorPath’ or ‘image’.
Properties#
| Property | Type |
|---|---|
path | string |
type | "svgVectorPath" |