Search Docs
Loading...
Skip to content

Type Alias: CardBackground

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#

PropertyType
pathstring
type"svgVectorPath"