Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IVdpData

Parameters of variable data printing.

Remarks

(Editor:class).saveProduct takes these parameters.

You can pass either dataSet or itemsData into this method.

Properties

dataSet?

optional dataSet?: IDataSet

Creates a new product from the initial product definition and applies variable data to it.


itemsData?

optional itemsData?: IItemsData

Applies a single set of variable data to the product.

Was this page helpful?