option

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 4 Imported by: 1

Documentation

Overview

Package option provides an option list with a single selectable value.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func View

func View(m Model) string

View function.

Types

type Model

type Model struct {
	// Options is the set of options the user can select.
	Options []string

	// Selected is the index of the selected value.
	Selected int
}

Model is the option input model.

func Update

func Update(msg tea.Msg, m Model) Model

Update function.

func (*Model) Value

func (m *Model) Value() string

Value returns the selected option.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL