UNPKG

@aurigma/ui-framework

Version:

A platform which allows building print product personalization editors based on Aurigma's Customer's Canvas.

24 lines (18 loc) 435 B
Command: setSerializedProduct ===================== Deserializes a product and loads it into the editor. ## Params - `serializedProduct` - a string in JSON format that represents a serialized product. ## Example ``` json { "type": "design-editor", "name": "design-editor", "params": { "initial": { ... }, "setSerializedProduct": { "serializedProduct": "<serializedProduct>" } } } ```