SurveyAppearance

Example values

Node.js
{
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

Was this page useful?