Skip to main content
Module

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

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

Interface defining object that {LabelComponent}'s constructor can interpret

Properties

rectangle: Rectangle

Position of label when given boundaries using rectangle

value: string

Text displayed on label