Skip to main content
Module

x/tui/mod.ts>Dependant

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

Element which relies on dependencies to function

Properties

dependencies: Set<Dependency>

Set of all dependencies Dependant relies on

Methods

dispose(): void

Destroy dependant, clear its dependencies

update(): void

Method which updates Dependants state/value