Documentation
¶
Index ¶
- Constants
- type Component
- func (h *Component) Blur()
- func (h *Component) Focus() tea.Cmd
- func (h *Component) Focusables() map[string]focus.Focusable
- func (h *Component) Focused() bool
- func (h *Component) Init() tea.Cmd
- func (h *Component) SetSize(width, height int)
- func (h *Component) Update(msg tea.Msg) tea.Cmd
- func (h *Component) View() string
- type Focusable
- type Navigator
Constants ¶
View Source
const ID = "help"
ID is the focus identifier for the help component.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component renders the application help screen.
func (*Component) Focusables ¶
Focusables exposes focusable elements for the help component.
Click to show internal directories.
Click to hide internal directories.