Called instead of the add to basket action. This is only used if adding to basket is disabled, but the attempt has been made - see AddToBasket.
Called after the view switched back from the preview.
Called after the canvas has been changed.
Called after the output type has been changed.
Called after the stock has been changed.
Called after the layout has been changed.
Called after the view switched to the preview.
Called after the view is switched between normal and fullscreen mode.
Called when the batch data has been saved server side.
Called before attempting to add the item to the cart.
Called before the view switched back from the preview.
Called before the canvas is changed.
Called before the output type is changed.
Called before the stock is changed.
Called before the layout is changed.
Called before the view switched to the preview.
Called before a page is added.
Called before a page change is performed.
Called before a page will be deleted.
Called before a page is moved.
Called before attempting to save the project.
Called before performing an embedded save. Embedded saves are used for iFrame implementations.
Called before the view is switched between normal and fullscreen mode.
Used in an iFrame context only. Can be used to receive data from the hosting application. Generally used to share and exchange data, like options selected for the product or information about the user.
Called when the editor is fully loaded and ready to be used.
Called when modifications are made to the fabric.js canvas.
Called when the text flow operation finished.
Called when the batch mapping has been saved server side.
Called after a page has been added.
Called after the page has changed
Called after a page has been deleted.
Called after a page has been moved.
Called when the background of a page is set
Called instead of the save as project action. This is only used if saving as project is disabled, but the attempt has been made - see SaveAsProject. If saving as project would not be disabled, the editor will save and exit, so the script would not receive that event.
Called after the view port in the editor has been updated.
Called when the current upload failed.
Called when the upload has been finalized and upload is not performed anymore.
Called when the upload has been finished.
Called when the current upload stops.
Called when the upload has been started already
Generated using TypeDoc
Event types related to the editor. Used for registering to events. See Register for more information.