Google Slides · Schema

PageBackgroundFill

The background fill of a page.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
propertyState string The background fill property state.
View JSON Schema on GitHub

JSON Schema

google-slides-page-background-fill-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PageBackgroundFill",
  "type": "object",
  "description": "The background fill of a page.",
  "properties": {
    "propertyState": {
      "type": "string",
      "description": "The background fill property state."
    }
  }
}