Interface: TimerShape
Properties
circle?
optional
circle:object
radius
radius:
number
Radius of the circle timer shape.
Defined in
m2c2kit/packages/addons/src/composites/countdown-timer.ts:41
fillColor?
optional
fillColor:RgbaColor
Color of the timer shape. Default is Royal Blue.
Defined in
m2c2kit/packages/addons/src/composites/countdown-timer.ts:54
rectangle?
optional
rectangle:object
cornerRadius?
optional
cornerRadius:number
Corner radius of the rectangle timer shape. Default is 0.
height
height:
number
Height of the rectangle timer shape.
width
width:
number
Width of the rectangle timer shape.
Defined in
m2c2kit/packages/addons/src/composites/countdown-timer.ts:45