Documentation
¶
Index ¶
- type Action
- type Mode
- type Model
- func (m *Model) Init() (tea.Model, tea.Cmd)
- func (m *Model) Margin(margin ...int) *Model
- func (m *Model) SetMessage(message string, until time.Time, color lipgloss.Color) *Model
- func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *Model) View() string
- func (m *Model) Width(width int) *Model
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) SetMessage ¶
Click to show internal directories.
Click to hide internal directories.