Google Slides · Schema

PageElementProperties

Common properties for a page element.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
pageObjectId string The object ID of the page where the element is located.
View JSON Schema on GitHub

JSON Schema

google-slides-page-element-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PageElementProperties",
  "type": "object",
  "description": "Common properties for a page element.",
  "properties": {
    "pageObjectId": {
      "type": "string",
      "description": "The object ID of the page where the element is located."
    }
  }
}