Google Slides · Schema

TableCellBackgroundFill

The table cell background fill.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

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