• Parameters

    Returns Promise<IComment>

    Description

    Get comment details

    Async

    Since

    2.40.0

    Example

    getComment({
    commentBoardId: "<comment-board-id>",
    commentId:"<comment-id>"})
    .then(({results}) => console.log(results))

Generated using TypeDoc