import * as tui from "https://deno.land/x/tui@1.3.4/src/components/textbox.ts";
Classes
Component that allows user to input text. It implements most important ways to manipulate inputting text e.g.:
|
Functions
Default keyboard handler for {TextboxComponent} |
Interfaces
Interface defining object that {TextboxComponent}'s constructor can interpret | |
Complementary interface defining what's accessible in {TextboxComponent} class in addition to {TextboxComponentOptions} | |
Type Aliases
EventMap that {TextboxComponent} uses | |
Implementation for {TextboxComponent} class |