Versions in this module Expand all Collapse all v0 v0.21.0 Aug 26, 2026 v0.20.0 Aug 23, 2026 Changes in this version + const DefaultPageSize + type Mode int + const ByCursor + const ByOffset + type Model struct + func New(opts Options) Model + func (m *Model) Deliver(p Page) bool + func (m *Model) Init() tea.Cmd + func (m *Model) Refresh() tea.Cmd + func (m *Model) SetQuery(raw string, terms []query.Term, sort string, desc bool) tea.Cmd + func (m *Model) Viewport(first, last int) tea.Cmd + func (m Model) Exhausted() bool + func (m Model) Held() (start, count int) + func (m Model) PageSize() int + func (m Model) Pending() bool + func (m Model) Total() int + type Options struct + Mode Mode + PageSize int + Prefetch int + type Page struct + Count int + Gen int + Next string + Offset int + Total int + type Query struct + Cursor string + Desc bool + Gen int + Limit int + Offset int + Raw string + Sort string + Terms []query.Term + type RequestMsg struct + Query Query