Documentation ¶
Index ¶
- type Model
- func (m Model) FilterApplied() bool
- func (m Model) FilterFocused() bool
- func (m Model) GetSelectedPageRow() (Row, error)
- func (m *Model) HideToast()
- func (m Model) Loading() bool
- func (m *Model) SetAllPageData(allPageData []Row)
- func (m *Model) SetFilterPrefix(prefix string)
- func (m *Model) SetHeader(header []string)
- func (m *Model) SetLoading(isLoading bool)
- func (m *Model) SetViewportSelectionToBottom()
- func (m *Model) SetViewportStyle(headerStyle, contentStyle lipgloss.Style)
- func (m *Model) SetViewportXOffset(n int)
- func (m *Model) SetWindowSize(width, height int)
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
- func (m Model) ViewportSaving() bool
- type Row
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) FilterApplied ¶
func (Model) FilterFocused ¶
func (Model) GetSelectedPageRow ¶
func (*Model) SetAllPageData ¶
func (*Model) SetFilterPrefix ¶
func (*Model) SetLoading ¶
func (*Model) SetViewportSelectionToBottom ¶
func (m *Model) SetViewportSelectionToBottom()
func (*Model) SetViewportStyle ¶
func (*Model) SetViewportXOffset ¶
func (*Model) SetWindowSize ¶
func (Model) ViewportSaving ¶
Click to show internal directories.
Click to hide internal directories.