PrintAppClient class.
You can find a basic installation guide here.
This is how to initialize a PrintAppClient:
Parameters
Methods
Event types
Events are attached to thePrintAppClient after initialization using the addEventListener method.
Loading the editor without a designId
This feature allows you to initilize the editor without having an prior design, by describing a design template. The parameter to pass unto the editor is an object titleddesignTemplate
A sample value is shown in the code below with detailed comments.