Types-for-Adobe icon indicating copy to clipboard operation
Types-for-Adobe copied to clipboard

TypeScript types for Adobe: AfterEffects, Animate, Audition, Illustrator, InDesign, Photoshop, Premiere, ScriptUI.

Results 66 Types-for-Adobe issues
Sort by recently updated
recently updated
newest added

#143 Added definition of ElementPlacement. Accordingly, the type of the argument insertionLocation has been changed to ElementPlacement.

There is no `ElementPlacement`. https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants/?h=elementplacement#elementplacement

They're defined in https://github.com/Adobe-CEP/CEP-Resources/blob/master/Documentation/Product%20specific%20Documentation/Photoshop%20Scripting/photoshop-cc-javascript-ref-2015.pdf Also seems like `ElementPlacement` should have the same shape in Illustrator types too: https://ai-scripting.docsforadobe.dev/jsobjref/scripting-constants.html#elementplacement (currently typed as `any`) I would've opened a PR, but the enums...

I encountered an issue with the type definitions for `AVLayer`, `ShapeLayer`, and `TextLayer `in the `Types-for-Adobe` . The current implementation defines both `ShapeLayer `and `TextLayer `as `extends AVLayer`. This causes...

The mask property, which has the match name ADBE Mask Parade, has a propertyType of PropertyType.INDEXED_GROUP. It is expected to be a PropertyGroup, while its child properties are of the...