FeedListCustomActions
Key | Type | Description | Optional |
---|---|---|---|
deletePostCustomAction | feedListCustomActionCallback | Custom action to delete a post | Yes |
pinPostCustomAction | feedListCustomActionCallback | Custom action to pin a post | Yes |
clickNavigationCustomAction | feedListCustomActionCallback | Custom action for navigation clicks | Yes |
likePostCustomAction | feedListCustomActionCallback | Custom action to like a post | Yes |
commentPostCustomAction | feedListCustomActionCallback | Custom action to comment on a post | Yes |
feedListCustomActionCallback
Arguments
Name | Type | Description |
---|---|---|
store | FeedListActionsAndDataStore | The data store for feed list actions |
Returns
Type | Description |
---|---|
Promise<void> | A promise that resolves when the action is completed |