Skip to main content
Module

x/tui/src/components/mod.ts>LabelTextAlign

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface LabelTextAlign
import { type LabelTextAlign } from "https://deno.land/x/tui@1.3.4/src/components/mod.ts";

Interface describing positioning of label when given boundaries using rectangle

Properties

horizontal: "left" | "center" | "right"
vertical: "top" | "center" | "bottom"