Home > widget-integration > CountdownGeneralSettings

CountdownGeneralSettings interface

General display and interaction settings for the countdown timer.

Signature:

export interface CountdownGeneralSettings 

Remarks

callAction determines CTA behavior: - 'none' — no click interaction - 'button' — renders a CTA button with buttonText linking to link - 'entire' — the entire bar is clickable, navigating to link

iconClose controls whether users can dismiss the timer bar.

Properties

Property

Modifiers

Type

Description

buttonText

string | null

callAction

CountdownCallAction

header

string

iconClose

boolean

link

string | null

positioning

CountdownPositioning

stickyBar

boolean

timerLabels

CountdownTimerLabels

upSellTitle

string