Add listener for a given event type occuring in a reactionSpaceId
0.1.0
function onUserReaction(eventDetail){ console.log(eventDetail); }addReactionSpaceEventListener({ event: ReactionSpaceEvent.ADD_REACTION, reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7" },onUserReaction) Copy
function onUserReaction(eventDetail){ console.log(eventDetail); }addReactionSpaceEventListener({ event: ReactionSpaceEvent.ADD_REACTION, reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7" },onUserReaction)
Generated using TypeDoc
Description
Add listener for a given event type occuring in a reactionSpaceId
Async
Since
0.1.0
Example