cc-everywhere

shared/src/types/module/DocConfig.types

Interfaces

Interface
Description
EditImageDocConfig
-
EditFromTemplateDocConfig
-
FDEEditDesignDocConfig
DocConfig for the Focused Design Editor (module.editDesign()). templateId, docId and asset are mutually exclusive — provide at most one. Passing more than one throws INVALID_FDE_DOC_CONFIG during validation. If asset is provided, the Focused Design Editor starts with this image placed on the canvas. If docId is provided, the Focused Design Editor opens the document with the given ID. If templateId is provided, the Focused Design Editor opens the template with the given ID. If none of the above are provided, the Focused Design Editor opens with a blank canvas.
AnnotateImageDocConfig
-
DesignViewerDocConfig
-

Type Aliases

Type Alias
Description
TemplateId
Adobe Express template identifier (URN string, e.g. urn:aaid:sc:VA6C2:…). A distinct type so tooling (test-app widget map, generated JSON Schema $ref) can select a richer UI widget automatically.
EditImageIntent
Intent type for editing image.