Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶ added in v0.2.0
type App struct {
// contains filtered or unexported fields
}
type Destroy ¶ added in v0.2.0
type Destroy interface {
// Destroy performs cleanup operations
Destroy()
}
Destroy is an interface for pages that need cleanup when navigating away. Pages implementing this interface will have their Destroy method called when the user navigates away from the page.
type StatusBar ¶ added in v0.2.0
type StatusBar interface {
// StatusBar returns the rendered status bar string
StatusBar() string
}
StatusBar is an interface for pages that display a status bar. Pages implementing this interface will have their height reduced by 1 to account for the status bar when window size is calculated.
Click to show internal directories.
Click to hide internal directories.