Home > widget-integration > CountdownTimerTemplateData

CountdownTimerTemplateData interface

Data passed to Liquid template for rendering.

Signature:

export interface CountdownTimerTemplateData 

Remarks

days, hours, minutes, and seconds are zero-padded strings (e.g. "02", "09") ready for direct template interpolation.

Properties

Property

Modifiers

Type

Description

campaignId

string

cta

TemplateCTA

days

string

header

string

hideDays

boolean

hours

string

labels

TemplateTimerLabels

minutes

string

seconds

string

styleSettings

CountdownStyleSettings

upsellTitle

string