Documentation
¶
Index ¶
- type Model
- func (m Model) CancelSelection() Model
- func (m Model) CollapseExpanded() Model
- func (m Model) Focused() bool
- func (m Model) HasExpanded() bool
- func (m Model) HasSearchResults() bool
- func (m Model) Init() tea.Cmd
- func (m Model) InputFocused() bool
- func (m Model) IsSearching() bool
- func (m Model) IsSelecting() bool
- func (m Model) SetChat(chat *telegram.Chat) Model
- func (m Model) SetFocus(focused bool) Model
- func (m Model) SetInputFocus(focused bool) Model
- func (m Model) SetSize(w, h int) Model
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() 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) CancelSelection ¶ added in v0.2.0
func (Model) CollapseExpanded ¶ added in v0.1.1
func (Model) HasExpanded ¶ added in v0.1.1
func (Model) HasSearchResults ¶ added in v0.2.0
func (Model) InputFocused ¶
func (Model) IsSearching ¶ added in v0.2.0
func (Model) IsSelecting ¶ added in v0.2.0
func (Model) SetInputFocus ¶
Click to show internal directories.
Click to hide internal directories.