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

The type of constructor for "UnitValue" couldn't accept the 2nd argument, So I defined it & added the acceptable type of that argument as "UnitName" & "UnitNameAbbrev".

changed "enum" into "interface" to act correctly when building a UI. Added background and foreground colors to some UI object I.E StaticText etc... Added an array of strings option for...

Is there a reason for arrow heads types missing for illustrator where as they are available for indesign types would be great if someone can help us with this. meanwhile,...

Hey Any idea where I can get declaration/info on stringIDToTypeID charIDToTypeID executeAction etc?

InDesign: Types for InDesign 2021 reference to "shared/ScriptUI.d.ts" removed

Hi, I have setup my project according to the Readme file and video instructions for an Indesign script. As I understand, Adobe Creative Cloud apps support a subset of the...

Created new index.d.ts for Adobe InDesign 2021 from omv$indesign-16.064$16.1.xml and fixed manually some issues. Pull request #78 + #79

Is Acrobat Pro DC going to have the same scripting ability(Type Def.)? I use it to create individual lesson plans for my students. Currently, file changes are done manually. The...

- Objects `ExportOptions*` (`ExportOptionsSVG`, `ExportOptionsPDF`, ...) have all properties public and instance, not static. - Type `TextFrame` is `TextFrameItem` by Adobe documentation.

Since AI 24.0 a UUID property has been added to the PageItem object, and a related getPageItemFromUuid() method has been added to the document object. ``` Document.getPageItemFromUuid (uuid: string) :...