DataSet

A set of variables and their associated dynamic data which will be used for dynamic publishing.

Methods:

display, remove, removeAll, update

Objects:

String

Property Listing

Property

Type

Access

Description

name

String

read/write

The name of this dataset.

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

undefined display ()

Displays the dynamic data that has been captured in the dataset.

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

undefined update ()

Re-apply the dynamic data of the active dataset to the artboard.

Object of

Document.activeDataSet

Return

DataSets.add()

DataSets.getByName()