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

TableStyle

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

Styles that apply to a table.

interface TableStyle {
tableColumnProperties?: TableColumnProperties[];
}

§Properties

§
tableColumnProperties?: TableColumnProperties[]
[src]

The properties of each column. Note that in Docs, tables contain rows and rows contain cells, similar to HTML. So the properties for a row can be found on the row's table_row_style.