Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleList ¶
type SimpleList[T SimpleListItem] interface { tea.Model layout.Bindings SetMaxWidth(maxWidth int) GetSelectedItem() (item T, idx int) SetItems(items []T) GetItems() []T }
func NewSimpleList ¶
func NewSimpleList[T SimpleListItem](items []T, maxVisibleItems int, fallbackMsg string, useAlphaNumericKeys bool) SimpleList[T]
type SimpleListItem ¶
Click to show internal directories.
Click to hide internal directories.