Edit in GitHubLog an issue

cc-everywhere


Type Alias: PublishCallback()

Copied to your clipboard
type PublishCallback = (intent, publishParams) => void | Promise<PublishStatus>;

Keeping callback type as void | Promise<PublishStatus> for the publish operation, to handle promises as well

Parameters

ParameterType
intent
publishParams

Returns

void | Promise<PublishStatus>

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.