Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MenuOption ¶
type MenuOption struct {
// contains filtered or unexported fields
}
func (MenuOption) FilterValue ¶
func (i MenuOption) FilterValue() string
func (MenuOption) Title ¶
func (i MenuOption) Title() string
type RootModel ¶
type RootModel struct {
// contains filtered or unexported fields
}
func RootScreen ¶
func RootScreen() RootModel
RootScreen creates the root model using the default renderer. This is used for local terminal execution.
func RootScreenWithRenderer ¶ added in v0.34.0
RootScreenWithRenderer creates the root model using a custom renderer. This is used for SSH sessions where the renderer must be session-aware to properly detect the client's terminal capabilities.
Click to show internal directories.
Click to hide internal directories.