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
// Don't render custom feedback button if Feedback integration not installed
@@ -230,22 +230,40 @@ function MyFeedbackButton() {
230
230
231
231
### Bring Your Own Widget
232
232
233
-
You can also bring your own widget and UI and simply pass a feedback object to the `sendFeedback()` function.
233
+
You can also bring your own widget and UI and simply pass a feedback object to the `sendFeedback()` function. The `sendFeedback` function accepts two parameters:
234
+
* a feedback object with a required `message` property, and additionally, optional `name` and `email` properties
0 commit comments