Documentation ¶
Index ¶
- type Selector
- func (m Selector) Cursor() int
- func (m Selector) Data() interface{}
- func (s Selector) Disable(opt string) Selector
- func (s Selector) Disabled(opt string) bool
- func (s Selector) Enable(opt string) Selector
- func (s Selector) Next() Selector
- func (s Selector) Prev() Selector
- func (m Selector) Selected() []string
- func (m Selector) SetViewLimit(limit int) Selector
- func (s Selector) Toggle() Selector
- func (s Selector) ToggleSpecific(opt string) Selector
- func (s Selector) Update(msg tea.Msg) (obj.Element, tea.Cmd)
- func (s Selector) View(focused bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector struct { obj.ElementWithID obj.ElementWithCallback // contains filtered or unexported fields }
func (Selector) SetViewLimit ¶ added in v1.5.0
func (Selector) ToggleSpecific ¶ added in v1.3.3
Click to show internal directories.
Click to hide internal directories.