elements

package
v0.0.0-...-2990edc Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

type Input struct {
	Label        string
	DefaultValue string
	MultiLine    bool
}

Input :

func (*Input) Run

func (i *Input) Run() (value string, canceled bool)

Run :

type Select

type Select struct {
	Multi bool
	Label string
	// contains filtered or unexported fields
}

Select :

func (*Select) AddOption

func (m *Select) AddOption(key string, text string)

AddOption :

func (*Select) Run

func (m *Select) Run() (results []string, canceled bool)

Run :

Jump to

Keyboard shortcuts

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