Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Keys = keyMap{ TogglePreview: key.NewBinding( key.WithKeys("P"), key.WithHelp("P", "toggle preview"), ), GrowPreview: key.NewBinding( key.WithKeys("+"), key.WithHelp("+", "grow preview"), ), ShrinkPreview: key.NewBinding( key.WithKeys("-"), key.WithHelp("-", "shrink preview"), ), }
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.