Documentation
¶
Index ¶
- type CommandExecutedMsg
- type Model
- func (m Model) BoxView() string
- func (m Model) Init() tea.Cmd
- func (m Model) IsFocused() bool
- func (m *Model) SetFocused(focused bool)
- func (m *Model) SetSize(width, height int)
- func (m *Model) SetTheme(th theme.Theme)
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) View() tea.View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandExecutedMsg ¶
type CommandExecutedMsg struct {
Input string
}
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) SetFocused ¶
Click to show internal directories.
Click to hide internal directories.