Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/mod.ts>Component#changeDrawnObjectVisibility

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

Changes visibility of drawnObjects (erases/draws them depending on {visible})

If {visible} is set to false and {remove} is set to true it deletes objects from drawnObjects

Parameters

visible: boolean
optional
remove = [UNSUPPORTED]