Documentation
¶
Index ¶
- Constants
- type Model
- func (m *Model) FrameContent() string
- func (m *Model) FrameFooter() string
- func (m *Model) FrameHeader() string
- func (m *Model) FrameTitle() string
- func (m *Model) GetSpinnerFrame() int
- func (m *Model) HasErrors() bool
- func (m *Model) Init() tea.Cmd
- func (m *Model) Name() string
- func (m *Model) OnEnter() tea.Cmd
- func (m *Model) OnExit() tea.Cmd
- func (m *Model) SetSize(w, h int)
- func (m *Model) SetVisible(v bool)
- func (m *Model) ShortHelpItems() []helpbar.HelpEntry
- func (m *Model) Update(msg tea.Msg) tea.Cmd
- func (m *Model) View() string
- func (m *Model) Visible() bool
- type SpinnerTickMsg
Constants ¶
View Source
const ViewName = "loading"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) FrameContent ¶
func (*Model) FrameFooter ¶
func (*Model) FrameHeader ¶
func (*Model) FrameTitle ¶
func (*Model) GetSpinnerFrame ¶
func (*Model) SetVisible ¶
func (*Model) ShortHelpItems ¶
Click to show internal directories.
Click to hide internal directories.