class

Term2::Components::Table::Styles

Inherits Reference < Object

Styles container for matching Go API

Constructors

new(header : Term2::Style = (Style.new.bold(true)).padding(0, 1), cell : Term2::Style = Style.new.padding(0, 1), selected : Term2::Style = (Style.new.bold(true)).foreground(Color.indexed(212)))
Source

Instance methods

cell
Source
cell=(cell : Style)
Source
header
Source
header=(header : Style)
Source
selected
Source
selected=(selected : Style)
Source