Skip to main content
Module

x/tui/mod.ts>Dependency

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

Element which can be a root Signal, doesn't need to depend on anything

Properties

optional
dependants: Set<Dependant>

All dependants that rely on this Dependency

Methods

depend(dependant: Dependant): void

Attach dependant to this Dependency