Documentation ¶
Index ¶
- type App
- func (app *App) Clear()
- func (app *App) DoStop()
- func (app *App) GetLastFocus() (last tview.Primitive)
- func (app *App) GetRootView() (root tview.Primitive)
- func (app *App) SetLastFocus(last tview.Primitive)
- func (app *App) SetRootView(root tview.Primitive)
- func (app *App) Start(context map[string]any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { *tview.Application EventBus *events.EventBus // contains filtered or unexported fields }
func (*App) GetLastFocus ¶
func (*App) GetRootView ¶
func (*App) SetLastFocus ¶
func (*App) SetRootView ¶
Click to show internal directories.
Click to hide internal directories.