Edit in GitHubLog an issue

Class: EditorWorkflow

Extends

Implements

Methods

create()

Copied to your clipboard
create(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void

Start the editor workflow with an empty canvas

Parameters

ParameterTypeDescription
docConfig?
pass a custom canvas size
appConfig?
properties to configure the Editor
exportConfig?
properties to configure the export options
containerConfig?
properties to configure the SDK container

Returns

void

Implementation of

EditorWorkflow.create


createWithAsset()

Copied to your clipboard
createWithAsset(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void

Start the editor workflow by passing an image asset

Parameters

ParameterTypeDescription
docConfig
pass an image asset as base64
appConfig?
properties to configure the Editor
exportConfig?
properties to configure the export options
containerConfig?
properties to configure the SDK container

Returns

void

Implementation of

EditorWorkflow.createWithAsset


createWithTemplate()

Copied to your clipboard
createWithTemplate(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void

Start the editor workflow by passing an Express Template ID

Parameters

ParameterTypeDescription
docConfig
pass a template ID
appConfig?
properties to configure the Editor
exportConfig?
properties to configure the export options
containerConfig?
properties to configure the SDK container

Returns

void

Implementation of

EditorWorkflow.createWithTemplate


edit()

Copied to your clipboard
edit(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void

Start the editor workflow by passing an Express Document ID

Parameters

ParameterTypeDescription
docConfig
pass an Express Document ID
appConfig?
properties to configure the Editor
exportConfig?
properties to configure the export options
containerConfig?
properties to configure the SDK container

Returns

void

Implementation of

EditorWorkflow.edit

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