Documentation
¶
Index ¶
- func Return(err error) error
- func Run[T tea.Model](t T) (T, error)
- type Event
- func (t *Event) Cursor() int
- func (t *Event) CursorDown()
- func (t *Event) CursorUp()
- func (t *Event) FullHelp() [][]key.Binding
- func (t *Event) Index() int
- func (t *Event) Init() tea.Cmd
- func (t *Event) NewStatus(s string) tea.Cmd
- func (t *Event) SetSize(width, height int)
- func (t *Event) ShortHelp() []key.Binding
- func (t *Event) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (t *Event) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func (*Event) CursorDown ¶
func (t *Event) CursorDown()
Click to show internal directories.
Click to hide internal directories.