Documentation
¶
Index ¶
- type Model
- func (m *Model) GetScrollOffset() int
- func (m *Model) IsDragging() bool
- func (m *Model) PageDown() tea.Cmd
- func (m *Model) PageUp() tea.Cmd
- func (m *Model) ScrollDown() tea.Cmd
- func (m *Model) ScrollUp() tea.Cmd
- func (m *Model) SetDimensions(viewHeight, totalHeight int)
- func (m *Model) SetPosition(x, y int)
- func (m *Model) SetScrollOffset(offset int)
- func (m *Model) Update(msg tea.Msg) (*Model, tea.Cmd)
- func (m *Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) GetScrollOffset ¶
func (*Model) IsDragging ¶
func (*Model) ScrollDown ¶
func (*Model) SetDimensions ¶
func (*Model) SetPosition ¶
func (*Model) SetScrollOffset ¶
Click to show internal directories.
Click to hide internal directories.