Skip to main content

PostCreationCustomActions

KeyTypeDescriptionOptional
editPostCustomActionPostCreationCustomActionCallbackCallback function for editing a postYes
postFeedCustomActionPostCreationCustomActionCallbackCallback function for posting to the feedYes

PostCreationCustomActionCallback

Parameter

ParameterTypeDescription
storePostCreationActionsAndDataStoreThe store containing actions and data related to post creation.

Returns

TypeDescription
Promise<void>A promise that resolves when the custom action is complete.