Google Sheets · Schema

Slicer

A slicer in a sheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
slicerId integer The ID of the slicer.
spec object The specification of the slicer.
View JSON Schema on GitHub

JSON Schema

google-sheets-slicer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Slicer",
  "type": "object",
  "description": "A slicer in a sheet.",
  "properties": {
    "slicerId": {
      "type": "integer",
      "description": "The ID of the slicer."
    },
    "spec": {
      "type": "object",
      "description": "The specification of the slicer."
    }
  }
}