Skip to content

Commit

Permalink
jsdoc for optionals
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Nov 9, 2023
1 parent 208c958 commit 6811504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -3064,9 +3064,9 @@
/**
* Present the feedback widget in webview
* @param {Object} presentableFeedback - Current presentable feedback
* @param {String} id - DOM id to append the feedback widget
* @param {String} className - Class name to append the feedback widget
* @param {Object} feedbackWidgetSegmentation - Segmentation object to be passed to the feedback widget
* @param {String} [id] - DOM id to append the feedback widget (optional)
* @param {String} [className] - Class name to append the feedback widget (optional)
* @param {Object} [feedbackWidgetSegmentation] - Segmentation object to be passed to the feedback widget (optional)
* */
this.present_feedback_widget = function(presentableFeedback, id, className, feedbackWidgetSegmentation) {
// TODO: feedbackWidgetSegmentation implementation only assumes we want to send segmentation data. Change it if we add more data to the custom object.
Expand Down

0 comments on commit 6811504

Please sign in to comment.