Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) FilterState ¶
func (m Model) FilterState() list.FilterState
FilterState exposes how much of the keyboard the list has taken. Same rule as the groups list - see groupslist.Model.FilterState.
func (Model) KeepsEsc ¶
KeepsEsc reports whether the list needs esc for itself. Same rule as the groups list - see groupslist.Model.KeepsEsc.
func (Model) OwnsKeyboard ¶
OwnsKeyboard reports whether the list is taking every keystroke for itself, which it does while a filter is being typed. Same rule as the groups list - see groupslist.Model.OwnsKeyboard.
Click to show internal directories.
Click to hide internal directories.