useReactionSpace
The purpose of useReactionSpace
hook is to fetch, update and expose the reaction space resources.
Example Usage:
const { reactionSpace } = useReactionSpace({
targetGroupId: "<Target group ID>",
});
Hook Argument
targetGroupId
targetGroupId
Type | Default |
---|---|
String (Required) | No Default |
Hook Return Value
reactionSpace
reactionSpace
Type | Default |
---|---|
IReactionSpace | No Default |
Updated about 1 month ago