Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/lib/cli/columns.ts>Column

Universal process manager built in Deno
Go to Latest
interface Column
import { type Column } from "https://deno.land/x/pup@1.0.0-beta.26/lib/cli/columns.ts";

Represents a column of the table.

Properties

key: string
optional
header: string
optional
minWidth: number
optional
maxWidth: number
optional
align: "left" | "center" | "right"