Documentation
¶
Index ¶
- type HideMsg
- type Model
- func (m *Model) Hide()
- func (m Model) Init() tea.Cmd
- func (m *Model) Set(message string, notifType Type)
- func (m *Model) Show(message string) tea.Cmd
- func (m *Model) ShowInfo(message string) tea.Cmd
- func (m *Model) ShowWarning(message string) tea.Cmd
- func (m *Model) ShowWithTimeout(message string, notifType Type, timeout time.Duration) tea.Cmd
- func (m *Model) ShowWithType(message string, notifType Type) tea.Cmd
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
- func (m Model) Visible() bool
- type Type
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) ShowWithTimeout ¶
Click to show internal directories.
Click to hide internal directories.