Adobe Illustrator · Example Payload

Adobe Illustrator Scripting Path Item Example

Creative CloudDesignIllustratorVector Graphics

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

Top-level fields

idnameclosedfilledfillColorstrokedstrokeColorstrokeWidthstrokeCapstrokeJoin

Example Payload

Raw ↑
{
  "id": "example_value",
  "name": "Example Artboard",
  "closed": true,
  "filled": true,
  "fillColor": "#336699",
  "stroked": true,
  "strokeColor": "#336699",
  "strokeWidth": 72.0,
  "strokeCap": "ButtEndCap",
  "strokeJoin": "MiterEndJoin"
}