You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`triggerLabel`|`"Report a Bug"`| The label of the injected button that opens up the feedback form when clicked. |
86
-
|`triggerAriaLabel`|`triggerLabel`\|\|`"Report a Bug"`| The aria label of the injected button that opens up the feedback form when clicked. Available starting in SDK v8.20.0. |
87
-
|`formTitle`|`"Report a Bug"`| The title at the top of the feedback form. |
88
-
|`submitButtonLabel`|`"Send Bug Report"`| The label of the submit button used in the feedback form. |
89
-
|`cancelButtonLabel`|`"Cancel"`| The label of cancel buttons used in the feedback form. |
90
-
|`confirmButtonLabel`|`"Confirm"`| The label of confirm buttons used in the feedback form. |
91
-
|`addScreenshotButtonLabel`|`"Add a screenshot"`| The label of the button to add a screenshot to the form. |
92
-
|`removeScreenshotButtonLabel`|`"Remove screenshot"`| The label of the button to remove the screenshot from the form. |
93
-
|`nameLabel`|`"Name"`| The label of the name input field. |
94
-
|`namePlaceholder`|`"Your Name"`| The placeholder for the name input field. |
95
-
|`emailLabel`|`"Email"`| The label of the email input field. |
96
-
|`emailPlaceholder`|`"[email protected]"`| The placeholder for the email input field. |
97
-
|`isRequiredLabel`|`"(required)"`| The label shown next to an input field that is required. |
98
-
|`messageLabel`|`"Description"`| The label for the feedback description input field. |
99
-
|`messagePlaceholder`|`"What's the bug? What did you expect?"`| The placeholder for the feedback description input field. |
100
-
|`successMessageText`|`"Thank you for your report!"`| The message displayed after a successful feedback submission. |
|`triggerLabel`|`"Report a Bug"`| The label of the injected button that opens up the feedback form when clicked. |
86
+
|`triggerAriaLabel`|`triggerLabel`\|\|`"Report a Bug"`| The aria label of the injected button that opens up the feedback form when clicked. Available starting in SDK v8.20.0. |
87
+
|`formTitle`|`"Report a Bug"`| The title at the top of the feedback form. |
88
+
|`submitButtonLabel`|`"Send Bug Report"`| The label of the submit button used in the feedback form. |
89
+
|`cancelButtonLabel`|`"Cancel"`| The label of cancel buttons used in the feedback form. |
90
+
|`confirmButtonLabel`|`"Confirm"`| The label of confirm buttons used in the feedback form. |
91
+
|`addScreenshotButtonLabel`|`"Add a screenshot"`| The label of the button to add a screenshot to the form. |
92
+
|`removeScreenshotButtonLabel`|`"Remove screenshot"`| The label of the button to remove the screenshot from the form. |
93
+
|`nameLabel`|`"Name"`| The label of the name input field. |
94
+
|`namePlaceholder`|`"Your Name"`| The placeholder for the name input field. |
95
+
|`emailLabel`|`"Email"`| The label of the email input field. |
96
+
|`emailPlaceholder`|`"[email protected]"`| The placeholder for the email input field. |
97
+
|`isRequiredLabel`|`"(required)"`| The label shown next to an input field that is required. |
98
+
|`messageLabel`|`"Description"`| The label for the feedback description input field. |
99
+
|`messagePlaceholder`|`"What's the bug? What did you expect?"`| The placeholder for the feedback description input field. |
100
+
|`successMessageText`|`"Thank you for your report!"`| The message displayed after a successful feedback submission. |
101
+
|`highlightToolText`|`"Highlight"`| The label for the button that highlights portions of the screenshot. Available starting in SDK v10.10.0. |
102
+
|`hideToolText`|`"Hide"`| The label for the button that hides portions of the screenshot. Available starting in SDK v10.10.0. |
103
+
|`removeHighlightText`|`"Remove"`| The label for the button that removes a highlighted/hidden section of the screenshot. Available starting in SDK v10.10.0. |
0 commit comments