Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BreadcrumbsMsg ¶
type BreadcrumbsMsg string
BreadcrumbsMsg is a message that changes the current breadcrumbs being displayed.
type DataMsg ¶
type DataMsg[T any] struct { Name string // name of the target control Data []T //the data to show in the scrolltable Move Direction // optionally adjust the cursor }
DataMsg is a message to update the data in the table.
type InputChangedMsg ¶
type InputChangedMsg struct {
Name string // name of the target control
}
InputChangedMsg is published when the value in an input changes.
type SelectionChangedMsg ¶
type SelectionChangedMsg[T any] struct { Name string // name of the target control Empty bool // whether the frame is empty Selection T // the selected item (if any) in the frame }
SelectionChangedMsg is published when the table selection changes.
Click to show internal directories.
Click to hide internal directories.