Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListInputModel ¶
type ListInputModel struct { Title string Input textinput.Model // contains filtered or unexported fields }
func (ListInputModel) Init ¶
func (m ListInputModel) Init() tea.Cmd
func (ListInputModel) View ¶
func (m ListInputModel) View() string
type ListItem ¶
type ListItem struct {
// contains filtered or unexported fields
}
func (ListItem) Description ¶
func (ListItem) FilterValue ¶
type ListModel ¶
type ListModel struct {
// contains filtered or unexported fields
}
func NewListModel ¶
Click to show internal directories.
Click to hide internal directories.