Skip to main content
Module

x/tui/mod.ts>Interaction

🦕 Deno module for creating Terminal User Interfaces
Latest
interface Interaction
import { type Interaction } from "https://deno.land/x/tui@2.1.11/mod.ts";

Type defining last interaction component experienced

Properties

time: number
method: "keyboard" | "mouse" | undefined