docsforadobe / Types-for-Adobe

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

Adobe After Effects: Undefined Types #55

Closed mustapha-abdelaziz closed 9 months ago

mustapha-abdelaziz commented 4 years ago

The Layer type is undefined under adobe after effects

pravdomil commented 4 years ago

open pr

zlovatt commented 9 months ago

Closing as this isn't actionable. Layer is an internal base class; it is defined when working with the API, however checking instanceof Layer will always return false as actual layers have more specific instance types.