Documentation ¶ Index ¶ type MenuItem Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MenuItem ¶ type MenuItem struct { Label string // alternative to Label. Allows specifying columns which will be auto-aligned LabelColumns []string OnPress func() error // Only applies when Label is used OpensMenu bool } Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.