Documentation ¶
Index ¶
- type Root
- func (r *Root) CurrentHeight() int
- func (r *Root) CurrentView() bubbleviews.View
- func (r *Root) CurrentWidth() int
- func (r *Root) Init() tea.Cmd
- func (r *Root) MaxHeight() int
- func (r *Root) MaxWidth() int
- func (r *Root) SetCurrentHeight(currentHeight int)
- func (r *Root) SetCurrentView(view bubbleviews.View) tea.Cmd
- func (r *Root) SetCurrentWidth(currentWidth int)
- func (r *Root) SetMaxHeight(maxHeight int)
- func (r *Root) SetMaxWidth(maxWidth int)
- func (r *Root) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (r *Root) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Root ¶
type Root struct {
// contains filtered or unexported fields
}
func (*Root) CurrentHeight ¶
func (*Root) CurrentView ¶
func (r *Root) CurrentView() bubbleviews.View
func (*Root) CurrentWidth ¶
func (*Root) SetCurrentHeight ¶
func (*Root) SetCurrentView ¶
func (r *Root) SetCurrentView(view bubbleviews.View) tea.Cmd
func (*Root) SetCurrentWidth ¶
func (*Root) SetMaxHeight ¶
func (*Root) SetMaxWidth ¶
Click to show internal directories.
Click to hide internal directories.