Documentation ¶
Index ¶
- type Model
- func (m *Model) Blur()
- func (m *Model) BlurAndClear()
- func (m *Model) Focus()
- func (m Model) Focused() bool
- func (m Model) HasFilterText() bool
- func (m *Model) SetPrefix(prefix string)
- func (m *Model) SetSuffix(suffix string)
- func (m *Model) ToggleCompact()
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) Value() string
- func (m Model) View() string
- func (m Model) ViewHeight() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) BlurAndClear ¶
func (m *Model) BlurAndClear()
func (Model) HasFilterText ¶ added in v0.13.0
func (*Model) ToggleCompact ¶ added in v0.10.0
func (m *Model) ToggleCompact()
func (Model) ViewHeight ¶
Click to show internal directories.
Click to hide internal directories.