RepliesCustomActions
Key | Type | Description | Optional |
---|---|---|---|
deleteReplyCustomAction | RepliesCustomActionCallback | Custom action to delete a reply | Yes |
likeReplyCustomAction | RepliesCustomActionCallback | Custom action to like a reply | Yes |
RepliesCustomActionCallback
Parameters
Parameter | Description |
---|---|
store | The RepliesActionsAndDataStore instance. |
argumentOne | An unknown argument for the callback. |
Returns
Return Value | Description |
---|---|
Promise<void> | A promise that resolves when the action is complete. |