Google Slides · Schema

RerouteLineRequest

Reroutes a line such that it is connected at the two closest connection sites on the connected page elements.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the line to reroute.
View JSON Schema on GitHub

JSON Schema

google-slides-reroute-line-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RerouteLineRequest",
  "type": "object",
  "description": "Reroutes a line such that it is connected at the two closest connection sites on the connected page elements.\n",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the line to reroute."
    }
  }
}