Add comment to a comment board
2.39.0
addComment({ text: '<Your text comment>', customData:'<Your custom data to send with reply comment>', commentBoardId:'<Your comment board Id>' }).then(comment => console.log(comment)); Copy
addComment({ text: '<Your text comment>', customData:'<Your custom data to send with reply comment>', commentBoardId:'<Your comment board Id>' }).then(comment => console.log(comment));
Generated using TypeDoc
Description
Add comment to a comment board
Async
Since
2.39.0
Example