Skip to main content
Module

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

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

Complementary interface defining what's accessible in {TextboxComponent} class in addition to {TextboxComponentOptions}

Properties

lineHighlighting: boolean
lineNumbering: boolean
multiline: boolean
hidden: boolean
value: string