• Parameters

    Returns Promise<ICommentBoard>

    Description

    Create comment board

    Async

    Since

    2.38.0

    Example

     createCommentBoard({
    title: 'sd',
    customId:'postid1',
    repliesDepth:2,
    allowComments:true,
    description: 'desc',
    customData:'abc',
    contentFilter: 'filtered'
    }).then(commentBoard => console.log(commentBoard));
    ``

Generated using TypeDoc