Class: EditorWorkflow
Extends
Implements
Methods
create()
create(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Start the editor workflow with an empty canvas
Parameters
Parameter
Type
Description
Returns
void
Implementation of
createWithAsset()
createWithAsset(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void;
Start the editor workflow by passing an image asset
Parameters
Parameter
Type
Description
Returns
void
Implementation of
EditorWorkflow.createWithAsset
createWithTemplate()
createWithTemplate(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void;
Start the editor workflow by passing an Express Template ID
Parameters
Parameter
Type
Description
Returns
void
Implementation of
EditorWorkflow.createWithTemplate
edit()
edit(
docConfig,
appConfig?,
exportConfig?,
containerConfig?): void;
Start the editor workflow by passing an Express Document ID
Parameters
Parameter
Type
Description
Returns
void