Skip to main content
Module

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

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
type alias LabelRectangle
Re-export
import { type LabelRectangle } from "https://deno.land/x/tui@2.1.4/src/components/mod.ts";

Type that describes position and size of Label When width or height isn't set, they gets automatically calculated depending of given value text width and amount of lines

definition: { column: number; row: number; width?: number; height?: number; }