docsforadobe / Types-for-Adobe

TypeScript types for Adobe: AfterEffects, Animate, Audition, Illustrator, InDesign, Photoshop, Premiere, ScriptUI.
526 stars 126 forks source link

Update AE & scriptUI defs #59

Closed zlovatt closed 4 years ago

zlovatt commented 4 years ago

AE

Using this with AE sucks, as it doesn't (didn't) properly handle x.property() return types; it was always returning as PropertyBase, when it should be returning as Property or a PropertyGroup variant.

In addition, more precise property types would be SO much more useful than everything returning as an arbitrary value, so added that too.

SUI

pravdomil commented 4 years ago

thanks, check master branch, create new pr if anything