Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Preferences Example

Creative CloudDesignIllustratorVector Graphics

Adobe Illustrator Scripting Preferences Example is an example object payload from Adobe Illustrator, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rulerUnitsgeneralPreferencestypePreferences

Example Payload

Raw ↑
{
  "rulerUnits": "Points",
  "generalPreferences": {
    "keyboardIncrement": 72.0,
    "constrainAngle": 72.0,
    "useAreaSelect": true
  },
  "typePreferences": {
    "showHiddenCharacters": true,
    "useSmartQuotes": true
  }
}