Optional
Create comment board
0.1.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
0.1.0
Example