Skip to main content
Module

x/tui/src/types.ts

🦕 Deno module for creating Terminal User Interfaces
Latest
import * as tui from "https://deno.land/x/tui@2.1.11/src/types.ts";

Interfaces

Type that describes empty edge around Rectangle

Type that describes offset

Type that describes position and size

Type Aliases

Type defining terminal's (console) available size measured in columns and rows

Partial that makes all properties optional, even those within other object properties

Generates number types that range from {From} to {To}

Type for Standard Input - from where data is read

Type for Standard Output – where data gets written