SurveyAppearance

Example values

TypeScript
{
backgroundColor?: string;
submitButtonColor?: string;
submitButtonText?: string;
submitButtonTextColor?: string;
ratingButtonColor?: string;
ratingButtonActiveColor?: string;
autoDisappear?: boolean;
displayThankYouMessage?: boolean;
thankYouMessageHeader?: string;
thankYouMessageDescription?: string;
thankYouMessageDescriptionContentType?: SurveyQuestionDescriptionContentType;
thankYouMessageCloseButtonText?: string;
borderColor?: string;
position?: SurveyPosition;
placeholder?: string;
shuffleQuestions?: boolean;
surveyPopupDelaySeconds?: number;
widgetType?: SurveyWidgetType;
widgetSelector?: string;
widgetLabel?: string;
widgetColor?: string;
}

Community questions

Questions about this page? or post a community question.