options

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 options provides an options list with many selectable values.

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 indexes of the selected values.
	Selected []int
	// contains filtered or unexported fields
}

Model is the options input model.

func Update

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

Update function.

func (*Model) Value

func (m *Model) Value() (values []string)

Value returns the selected option.

Jump to

Keyboard shortcuts

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