Function createCommentBoard

  • Parameters

    Returns Promise<ICommentBoard>

    Description

    Create comment board

    Async

    Since

    0.1.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