Documentation ¶
Index ¶
- type Model
- func (m Model) Init() tea.Cmd
- func (m Model) Message() string
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m *Model) UpdateMessage(v string)
- func (m *Model) UpdateMessageStyle(style lipgloss.Style)
- func (m *Model) UpdatePrefix(v string)
- func (m *Model) UpdatePrefixStyle(style lipgloss.Style)
- func (m *Model) UpdateSuffix(v string)
- func (m *Model) UpdateSuffixStyle(style lipgloss.Style)
- 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) UpdateMessage ¶
func (*Model) UpdateMessageStyle ¶
func (*Model) UpdatePrefix ¶
func (*Model) UpdatePrefixStyle ¶
func (*Model) UpdateSuffix ¶
func (*Model) UpdateSuffixStyle ¶
Click to show internal directories.
Click to hide internal directories.