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

SectionColumnProperties

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

Properties that apply to a section's column.

interface SectionColumnProperties {
paddingEnd?: Dimension;
width?: Dimension;
}

§Properties

§
paddingEnd?: Dimension
[src]

The padding at the end of the column.

§

Output only. The width of the column.