Documentation ¶
Index ¶
- type List
- func (list *List) Height() int
- func (list *List) Init() tea.Cmd
- func (list *List) IsEmpty() bool
- func (list *List) SelectedEntry() entry.Entry
- func (list *List) SetHeight(height int)
- func (list *List) SetWidth(width int)
- func (list *List) Theme() *theme.Theme
- func (list *List) Update(msg tea.Msg) (List, tea.Cmd)
- func (list *List) View() string
- func (list *List) Width() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
func (*List) SelectedEntry ¶
Click to show internal directories.
Click to hide internal directories.