Google Slides · Schema

ShapeBackgroundFill

The background fill of a shape.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

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