Google Slides · Schema

UpdatePageElementsZOrderRequest

Updates the Z-order of page elements.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
pageElementObjectIds array The object IDs of the page elements to update.
operation string The Z-order operation to apply on the page elements.
View JSON Schema on GitHub

JSON Schema

google-slides-update-page-elements-z-order-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdatePageElementsZOrderRequest",
  "type": "object",
  "description": "Updates the Z-order of page elements.",
  "properties": {
    "pageElementObjectIds": {
      "type": "array",
      "description": "The object IDs of the page elements to update."
    },
    "operation": {
      "type": "string",
      "description": "The Z-order operation to apply on the page elements."
    }
  }
}