Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Section ¶
type Section interface {
GetId() int
GetType() string
GetConfig() SectionConfig
CurrRow() RowData
NextRow() RowData
PrevRow()
FirstItem()
LastItem()
NumRows() int
CurrRowIndex() int
View() string
Update(msg tea.Msg) (Section, tea.Cmd)
FetchNextPageSectionRows() []tea.Cmd
ResetFilters()
ResetRows()
SetIsLoading(bool)
GetIsLoading() bool
GetTotalCount() int
IsSearchFocused() bool
UpdateProgramContext(*context.ProgramContext)
}
type SectionConfig ¶
Click to show internal directories.
Click to hide internal directories.