Product
Photoshop
Adobe Photoshop CC 2015.5 Object Library. 226 entries.
Newest object model available to us is CC 2015.5 — Adobe has not shipped a newer OMV export.
Offline
For editors and AI agents
- photoshop.d.ts TypeScript declarations: this object model, the Core JavaScript classes and the global names. Drop it into a project and the editor answers without a lookup.
-
photoshop-scriptui.d.ts
The same plus ScriptUI, for scripts with a dialog. Nine classes
share a name with ScriptUI (Window, Button, Event, …); in this file
they belong to ScriptUI, because
new Window()is what a dialog needs. Take one file or the other, never both. - llms.txt Where everything lives, for an AI agent. Every object also has a Markdown twin at the same path as its page.
- api.json The whole model as JSON, for your own tooling. Large.
ExtendScript is not a browser. With the DOM library loaded,
Document, Event, Text and
Window resolve to the browser versions and the declarations
below them go unseen — doc.pages unknown,
doc.createElement offered instead. Save this next to your
scripts as jsconfig.json:
Objects 76
- ActionDescriptor
- ActionList
- ActionReference
- Application
- ArtLayer
- BMPSaveOptions
- BatchOptions
- BitmapConversionOptions
- CMYKColor
- CameraRAWOpenOptions
- Channel
- Color
- ColorSampler
- ContactSheetOptions
- CountItem
- DCS1_SaveOptions
- DCS2_SaveOptions
- DICOMOpenOptions
- Document
- DocumentConversionOptions
- DocumentInfo
- DocumentPrintSettings
- EPSSaveOptions
- ExportOptions
- ExportOptionsIllustrator
- ExportOptionsSaveForWeb
- GIFSaveOptions
- GalleryBannerOptions
- GalleryCustomColorOptions
- GalleryImagesOptions
- GalleryOptions
- GallerySecurityOptions
- GalleryThumbnailOptions
- GenericEPSOpenOptions
- GenericPDFOpenOptions
- GrayColor
- Guide
- HSBColor
- HistoryState
- IndexedConversionOptions
- JPEGSaveOptions
- LabColor
- Layer
- LayerComp
- LayerSet
- MeasurementLog
- MeasurementScale
- NoColor
- Notifier
- OpenOptions
- PDFSaveOptions
- PICTFileSaveOptions
- PICTResourceSaveOptions
- PNGSaveOptions
- PathItem
- PathPoint
- PathPointInfo
- PhotoCDOpenOptions
- PhotoshopSaveOptions
- PicturePackageOptions
- PixarSaveOptions
- Preferences
- PresentationOptions
- RGBColor
- RawFormatOpenOptions
- RawSaveOptions
- SGIRGBSaveOptions
- Selection
- SolidColor
- SubPathInfo
- SubPathItem
- TargaSaveOptions
- TextFont
- TextItem
- TiffSaveOptions
- XMPMetadata
Collections 17
Enumerations 133
- AdjustmentReference
- AnchorPosition
- AntiAlias
- AutoKernType
- BMPDepthType
- BatchDestinationType
- BitmapConversionType
- BitmapHalfToneType
- BitsPerChannelType
- BlendMode
- ByteOrderType
- CameraRAWSettingsType
- CameraRAWSize
- Case
- ChangeMode
- ChannelType
- ColorBlendMode
- ColorModel
- ColorPicker
- ColorProfileType
- ColorReductionType
- ColorSpaceType
- CopyrightedType
- CreateFields
- CropToType
- DCSType
- DepthMapSource
- DescValueType
- DialogModes
- Direction
- DisplacementMapType
- DitherType
- DocPositionStyle
- DocumentFill
- DocumentMode
- EditLogItemsType
- ElementPlacement
- EliminateFields
- ExportType
- FileNamingType
- FontPreviewType
- FontSize
- ForcedColors
- FormatOptionsType
- GalleryConstrainType
- GalleryFontType
- GallerySecurityTextColorType
- GallerySecurityTextPositionType
- GallerySecurityTextRotateType
- GallerySecurityType
- GalleryThumbSizeType
- Geometry
- GridLineStyle
- GridSize
- GuideLineStyle
- IllustratorPathType
- Intent
- JavaScriptExecutionMode
- Justification
- Language
- LayerCompressionType
- LayerKind
- LensType
- MacExtensionType
- MacPreviewType
- MagnificationType
- MatteType
- MeasurementRange
- MeasurementSource
- NewDocumentMode
- NoiseDistribution
- OffsetUndefinedAreas
- OpenDocumentMode
- OpenDocumentType
- OperatingSystem
- Orientation
- OtherPaintingCursors
- PDFCompatibilityType
- PDFEncodingType
- PDFResampleType
- PDFStandardType
- PICTBitsPerPixels
- PICTCompression
- PaintingCursors
- PaletteType
- PathKind
- PhotoCDColorSpace
- PhotoCDSize
- PicturePackageTextType
- PointKind
- PointType
- PolarConversionType
- PrintColorHandling
- PurgeTarget
- QueryStateType
- RadialBlurMethod
- RadialBlurQuality
- RasterizeType
- ReferenceFormType
- ResampleMethod
- ResetTarget
- RippleSize
- SaveBehavior
- SaveDocumentType
- SaveEncoding
- SaveLogItemsType
- SaveOptions
- SaveOptionsType
- SelectionType
- ShapeOperation
- SmartBlurMode
- SmartBlurQuality
- SourceSpaceType
- SpherizeMode
- StrikeThruType
- StrokeLocation
- TargaBitsPerPixels
- TextComposer
- TextType
- TextureType
- TiffEncodingType
- ToolType
- TransitionType
- TrimType
- TypeUnits
- UndefinedAreas
- UnderlineType
- Units
- Urgency
- WarpStyle
- WaveType
- WhiteBalanceType
- ZigZagType