Interface UserFeedbackOptions

Options object for Bugfender.getUserFeedback with customised modal strings.

interface UserFeedbackOptions {
    closeLabel?: string;
    feedbackPlaceholder?: string;
    hint?: string;
    subjectPlaceholder?: string;
    submitLabel?: string;
    title?: string;
}

Properties

closeLabel?: string

Default: Close. iOS only.

feedbackPlaceholder?: string

Default: Your feedback….

hint?: string

Default: Please insert your feedback here and click send.

subjectPlaceholder?: string

Default: Subject….

submitLabel?: string

Default: Send.

title?: string

Default: Feedback.