Documentation
¶
Index ¶
- type Model
- func (m Model) GetSelected() interface{}
- func (m *Model) Hide()
- func (m Model) IsVisible() bool
- func (m Model) Query() string
- func (m *Model) SelectNext()
- func (m *Model) SelectPrev()
- func (m *Model) SetQuery(query string)
- func (m *Model) Show(items []string, data []interface{})
- func (m Model) View(width, height int) string
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) GetSelected ¶
func (m Model) GetSelected() interface{}
func (*Model) SelectNext ¶
func (m *Model) SelectNext()
func (*Model) SelectPrev ¶
func (m *Model) SelectPrev()
Click to show internal directories.
Click to hide internal directories.