• Parameters

    Returns Promise<IComment>

    Description

    Add comment to a comment board

    Async

    Since

    2.39.0

    Example

     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