Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Keys = keyMap{ ToggleSplit: key.NewBinding( key.WithKeys("S"), key.WithHelp("S", "toggle split"), ), DecreaseSplit: key.NewBinding( key.WithKeys("-"), key.WithHelp("-", "decrease split"), ), IncreaseSplit: key.NewBinding( key.WithKeys("+"), key.WithHelp("+", "increase split"), ), }
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model[R resource.Resource] struct { Table table.Model[R] // contains filtered or unexported fields }
Model is a composition of two models corresponding to two panes: a top pane is a list of resources; the bottom pane provides further details of the resource corresponding to the current row in the list - this pane is known as the 'preview'.
Click to show internal directories.
Click to hide internal directories.