Google Slides · JSON Structure

Google Slides Line Properties Structure

Type: object Properties: 3
CollaborationGoogle WorkspacePresentationsProductivitySlides

LineProperties is a JSON Structure definition published by Google Slides, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dashStyle startArrow endArrow

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LineProperties",
  "type": "object",
  "properties": {
    "dashStyle": {
      "type": "string"
    },
    "startArrow": {
      "type": "string"
    },
    "endArrow": {
      "type": "string"
    }
  }
}