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

Please add types for the new functionality introduced for [After Effects 24.0](https://ae-scripting.docsforadobe.dev/introduction/changelog.html)

thanks for this repo, I was wondering why there's have types for illustrator 2022 and 2015.3, what about other versions ? which one should i use then ?

Its a straight forward issue this, just need to remove readonly for TrackItem.start as per the documentation which says its read/write. I can raise a PR if you like, thanks

Properties (mValueA, mValueB, ...) in Matrix should not be static.

There’s no type for Premiere `AudioChannelMapping`: https://ppro-scripting.docsforadobe.dev/other/audiochannelmapping.html [`ProjectItem.getAudioChannelMapping`](https://ppro-scripting.docsforadobe.dev/item/projectitem.html#projectitem-getaudiochannelmapping) is missing too. Example usage: https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L2340C30-L2340C30

Hi, Thanks for making those type definitions, this is really helpful to be able to use TypeScript for Adobe products! This is a sample config for `tsconfig.json` and `package.json`: ```js...

Hello, just drafted a pull request for https://ppro-scripting.docsforadobe.dev/sequence/sequence.html?highlight=createcaptiontrack#sequence-createcaptiontrack https://github.com/docsforadobe/Types-for-Adobe/pull/124 I did not know if that API endpoint pre-existed before 15.0 I have to test those still.. It is unsure whether...

Currently Sequence.clone() is typed to return a `Sequence` when it actually returns a `boolean` The current type definitions incorrectly indicate that Sequence.clone() returns a Sequence object. the ppro scripting documentation...

Request for additional feature - retrieving file extension, inpointTime, outPointTime in Adobe Audition's multitrack