Edit in GitHubLog an issue

editDesign()

This API is used for editing an existing project in the embedded full editor.

Copied to your clipboard
editDesign: (editDesignParams: EditDesignParams): void

EditDesignParams

All the properties in this object are optional.

PropertyTypeDescription
callbacks
Callback methods
modalParams
Parameters to configure editor/modal UI
inputParams
Input parameters when editing a design.
outputParams
Desired output options when exporting assets from the editor.

EditInputParams

EditInputParams is where you pass the associated projectId to launch in an editor component.

PropertyTypeDescription
projectId
string
Project ID of the asset returned from onPublish callback when createDesign was invoked.
editorPanelView
Determines which panel view to open by default.
exportOptions
Export options for the asset that is created. If no export options are specified, the editor falls back to the default layout options.
panelSearchText
string
Search text to pass in the editor for selected panel.

When a user completes their workflow in the editor, the associated projectId is sent back in publishParams from the onPublish callback.

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