Documentation ¶
Index ¶
- type Column
- type Keymap
- type Model
- func (m *Model) Blur()
- func (m *Model) Focus()
- func (m *Model) Focused() bool
- func (m *Model) MoveDown(n int)
- func (m *Model) MoveUp(n int)
- func (m Model) SelectedRow() Row
- func (m *Model) SetRows(r []Row)
- func (m *Model) SetStyles(s Styles)
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m *Model) UpdateDimensions(width int, height int)
- func (m *Model) UpdateViewport()
- func (m Model) View() string
- type Option
- type Row
- type Styles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keymap ¶
func DefaultKeymap ¶
func DefaultKeymap() Keymap
type Model ¶
type Model struct { Keymap Keymap // contains filtered or unexported fields }
func (Model) SelectedRow ¶
func (*Model) UpdateDimensions ¶
func (*Model) UpdateViewport ¶
func (m *Model) UpdateViewport()
Click to show internal directories.
Click to hide internal directories.