Interface Editor.IVdpData
Parameters of variable data printing.
Package: @aurigma/design-editor-iframe
Remarks
Editor.saveProduct() takes these parameters.
You can pass either dataSet or itemsData into this method.
Properties
dataSet
Creates a new product from the initial product definition and applies variable data to it.
Declaration
dataSet?: IDataSet;
Property Value
| Type | Description |
|---|---|
| IDataSet | Creates a new product from the initial product definition and applies variable data to it. |
itemsData
Applies a single set of variable data to the product.
Declaration
itemsData?: IItemsData;
Property Value
| Type | Description |
|---|---|
| IItemsData | Applies a single set of variable data to the product. |