Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the state of the selection list
func NewModel ¶
func NewModel(stepSchema steps.StepSchema) Model
NewModel creates a new selection model
type SelectionItem ¶
type SelectionItem struct {
// contains filtered or unexported fields
}
SelectionItem represents an item in the selection list
func (SelectionItem) Description ¶
func (i SelectionItem) Description() string
func (SelectionItem) FilterValue ¶
func (i SelectionItem) FilterValue() string
func (SelectionItem) Title ¶
func (i SelectionItem) Title() string
Click to show internal directories.
Click to hide internal directories.