Function getReactionSpaceDetail

  • Returns Promise<IReactionSpace>

    Description

    Get reaction space detail from reactionSpaceId or targetGroupId

    Async

    Since

    0.1.0

    Example

    getReactionSpaceDetail({
    reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7",
    }).then(reactionSpace => console.log(reactionSpace))

    OR

    getReactionSpaceDetail({
    targetGroupId: "target-group-1",
    }).then(reactionSpace => console.log(reactionSpace))

Generated using TypeDoc