Google Slides · Schema

Line

A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
lineCategory string The category of the line.
lineType string The type of the line.
View JSON Schema on GitHub

JSON Schema

google-slides-line-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Line",
  "type": "object",
  "description": "A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.\n",
  "properties": {
    "lineCategory": {
      "type": "string",
      "description": "The category of the line."
    },
    "lineType": {
      "type": "string",
      "description": "The type of the line."
    }
  }
}