Edit in GitHubLog an issue

CCEverywhere

The CCEverywhere object is the object returned (wrapped in a promise) when the SDK is initialized. We have refactored the SDK APIs to be more verbose and intent-driven. All the APIs are segregated under three workflows, each of which are exposed as a property of CCEverywhere.

As of today, it contains 3 properties:

  1. editor: Contains APIs for creating and editing in an embedded full editor
  2. quickAction: Contains APIs for launching quick actions
  3. module: Contains APIs for launching modules (Text to Image, Edit Image)
Copied to your clipboard
const { editor, module, quickAction } = await ccEverywhere.initialize();
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.