Documentation ¶
Index ¶
- type Header
- type Model
- func (m Model) Focused(focused bool) Model
- func (m Model) HeaderStyle(style lipgloss.Style) Model
- func (m Model) HighlightStyle(style lipgloss.Style) Model
- func (m Model) HighlightedRow() Row
- func (m Model) Init() tea.Cmd
- func (m Model) SelectableRows(selectable bool) Model
- func (m Model) SelectedRows() []Row
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
- func (m Model) WithRows(rows []Row) Model
- type MovementMode
- type Row
- type RowData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) HighlightedRow ¶
func (Model) SelectableRows ¶
func (Model) SelectedRows ¶
type MovementMode ¶
type MovementMode int
Click to show internal directories.
Click to hide internal directories.