Skip to main content
Module

x/tui/mod.ts>LazyDependant

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface LazyDependant
implements Dependant
Re-export
import { type LazyDependant } from "https://deno.land/x/tui@2.1.1/mod.ts";

Element which relies on dependencies to function and updates either after specified interval or when flusher gets flushed

Properties

optional
timeout: number
optional
interval: number
optional
flusher: Flusher
lastFired: number