illustrator-scripting-guide icon indicating copy to clipboard operation
illustrator-scripting-guide copied to clipboard

[Asset] Object is missing documentation

Open Jerakin opened this issue 2 years ago • 1 comments

The asset object is not documented (and can't find it anywhere). You can get the list of a activeDocuments assets like this

var docRef = app.activeDocument;
var docWidth = docRef.width;
var asset_list = docRef.assets

The only attribute I know can find is .assetName

Jerakin avatar Jan 12 '23 15:01 Jerakin

Found some documentation https://community.adobe.com/t5/illustrator-discussions/what-s-new-in-illustrator-scripting-cc2018/m-p/9422236

Jerakin avatar Jan 12 '23 15:01 Jerakin