web-push-notifications
Version:
Pushwoosh web push notifications
20 lines (19 loc) • 596 B
TypeScript
export interface ISubscriptionPromptWidgetParams {
headerText: string;
headerTextColor: string;
subheaderText?: string;
subheaderTextColor?: string;
buttonAcceptText: string;
buttonAcceptTextColor: string;
buttonAcceptRound: string;
buttonAcceptBackgroundColor: string;
buttonAcceptBorderColor: string;
buttonCancelText: string;
buttonCancelTextColor: string;
buttonCancelRound: string;
buttonCancelBackgroundColor: string;
buttonCancelBorderColor: string;
cappingCount: number;
cappingDelay: number;
backgroundColor: string;
}