Interface ICardDimensions

Describes the dimensions of a rectangular card in centimeters.

Hierarchy

  • ICardDimensions

Properties

cornerRadius: number

Corner radius of the card in centimeters.

height: number

Height of the card in centimeters.

shape: CardShape
svgUrl?: string

For SVG cards, URL to the graphic.

thickness: number

Thickness of the card in centimeters.

width: number

Width of the card in centimeters.

Generated using TypeDoc