Skip to main content
Module

x/tui/src/components/frame.ts>FrameComponentPrivate

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

Complementary interface defining what's accessible in {FrameComponent} class in addition to {FrameComponentOptions}

Properties

framePieces: "sharp" | "rounded" | FramePieceType
rectangle: Rectangle
optional
component: Component