Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElementWithCallback ¶ added in v1.3.0
type ElementWithCallback struct {
// contains filtered or unexported fields
}
func NewElementWithCallback ¶ added in v1.3.0
func NewElementWithCallback(callback tea.Msg) ElementWithCallback
func (ElementWithCallback) Callback ¶ added in v1.3.0
func (e ElementWithCallback) Callback() tea.Msg
type ElementWithID ¶
type ElementWithID struct {
// contains filtered or unexported fields
}
func NewElementWithID ¶
func NewElementWithID(id int) ElementWithID
func (ElementWithID) ID ¶
func (e ElementWithID) ID() int
Click to show internal directories.
Click to hide internal directories.