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

TableColumnProperties

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

The properties of a column in a table.

interface TableColumnProperties {
width?: Dimension;
widthType?: "WIDTH_TYPE_UNSPECIFIED" | "EVENLY_DISTRIBUTED" | "FIXED_WIDTH";
}

§Properties

§

The width of the column. Set when the column's width_type is FIXED_WIDTH.

§
widthType?: "WIDTH_TYPE_UNSPECIFIED" | "EVENLY_DISTRIBUTED" | "FIXED_WIDTH"
[src]

The width type of the column.