FeedPostDetailsCustomActions
Key | Type | Description | Optional |
---|---|---|---|
deletePostCustomAction | feedPostDetailsCustomActionCallback | Custom action to delete a post | Yes |
pinPostCustomAction | feedPostDetailsCustomActionCallback | Custom action to pin a post | Yes |
likePostCustomAction | feedPostDetailsCustomActionCallback | Custom action to like a post | Yes |
likeReplyCustomAction | feedPostDetailsCustomActionCallback | Custom action to like a reply | Yes |
clickNavigationCustomAction | feedPostDetailsCustomActionCallback | Custom action for navigation clicks | Yes |
feedPostDetailsCustomActionCallback
Parameters
Name | Type | Description |
---|---|---|
store | FeedPostDetailsActionsAndDataStore | The data store for feed post details actions |
Returns
Type | Description |
---|---|
Promise<void> | A promise that resolves when the action is completed |