Skip to main content
Module

x/tui/src/components/mod.ts>TableTheme

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface TableTheme
implements Theme
import { type TableTheme } from "https://deno.land/x/tui@1.3.4/src/components/mod.ts";

Theme used by {TableComponent} to style itself

Properties

header: Theme

Style for table headers

selectedRow: Theme

Style for currently selected row

frame: Theme

Style for frame surrounding table