Google Slides · Schema

Outline

The outline of a PageElement.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
dashStyle string The dash style of the outline.
propertyState string The outline property state.
View JSON Schema on GitHub

JSON Schema

google-slides-outline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Outline",
  "type": "object",
  "description": "The outline of a PageElement.",
  "properties": {
    "dashStyle": {
      "type": "string",
      "description": "The dash style of the outline."
    },
    "propertyState": {
      "type": "string",
      "description": "The outline property state."
    }
  }
}