@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
Markdown
Command: setSerializedProduct
=====================
Deserializes a product and loads it into the editor.
- `serializedProduct` - a string in JSON format that represents a serialized product.
``` json
{
"type": "design-editor",
"name": "design-editor",
"params": {
"initial": { ... },
"setSerializedProduct": {
"serializedProduct": "<serializedProduct>"
}
}
}
```