Optional
Create comment board
2.38.0
createCommentBoard({ title: 'sd', customId:'postid1', repliesDepth:2, allowComments:true, description: 'desc', customData:'abc', contentFilter: 'filtered'}).then(commentBoard => console.log(commentBoard));`` Copy
createCommentBoard({ title: 'sd', customId:'postid1', repliesDepth:2, allowComments:true, description: 'desc', customData:'abc', contentFilter: 'filtered'}).then(commentBoard => console.log(commentBoard));``
Generated using TypeDoc
Description
Create comment board
Async
Since
2.38.0
Example