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

GoogleCloudDialogflowV2IntentMessageColumnProperties

import type { GoogleCloudDialogflowV2IntentMessageColumnProperties } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Column properties for TableCard.

interface GoogleCloudDialogflowV2IntentMessageColumnProperties {
header?: string;
horizontalAlignment?:
| "HORIZONTAL_ALIGNMENT_UNSPECIFIED"
| "LEADING"
| "CENTER"
| "TRAILING";
}

§Properties

§
horizontalAlignment?: "HORIZONTAL_ALIGNMENT_UNSPECIFIED" | "LEADING" | "CENTER" | "TRAILING"
[src]

Optional. Defines text alignment for all cells in this column.