Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SheetsChartReference

import type { SheetsChartReference } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A reference to a linked chart embedded from Google Sheets.

interface SheetsChartReference {
chartId?: number;
spreadsheetId?: string;
}

§Properties

§
chartId?: number
[src]

The ID of the specific chart in the Google Sheets spreadsheet that's embedded.

§
spreadsheetId?: string
[src]

The ID of the Google Sheets spreadsheet that contains the source chart.