Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item int
Item represents a single item in the selector.
func (Item) Description ¶
Description returns the item description. Implements list.DefaultItem.
type ItemDelegate ¶
type ItemDelegate struct {
// contains filtered or unexported fields
}
ItemDelegate is the delegate for the item.
func (ItemDelegate) Height ¶
func (d ItemDelegate) Height() int
Height returns the item height. Implements list.ItemDelegate.
func (ItemDelegate) Spacing ¶
func (d ItemDelegate) Spacing() int
Spacing returns the spacing between items. Implements list.ItemDelegate.
type WizardIntro ¶
func New ¶
func New(cmn common.Common) *WizardIntro
func (*WizardIntro) FullHelp ¶
func (m *WizardIntro) FullHelp() [][]key.Binding
func (*WizardIntro) Init ¶
func (m *WizardIntro) Init() tea.Cmd
func (*WizardIntro) ShortHelp ¶
func (m *WizardIntro) ShortHelp() []key.Binding
func (*WizardIntro) View ¶
func (m *WizardIntro) View() string
Click to show internal directories.
Click to hide internal directories.