Documentation
¶
Index ¶
- type Content
- func (c Content) Init() tea.Cmd
- func (c Content) KeyMap() help.KeyMap
- func (c Content) SetCursorToStart() Content
- func (c Content) SetSize(width, height int) container.Content
- func (c Content) SetValue(value string) Content
- func (c Content) Text() string
- func (c Content) Title() string
- func (c Content) Update(msg tea.Msg) (container.Content, tea.Cmd)
- func (c Content) UpdateFocus(isFocused bool) (container.Content, tea.Cmd)
- func (c Content) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct {
// contains filtered or unexported fields
}
func NewContent ¶
func (Content) SetCursorToStart ¶ added in v0.4.0
func (Content) UpdateFocus ¶
Click to show internal directories.
Click to hide internal directories.