binding.DataMap
import "fyne.io/fyne/v2/data/binding"
Usage
type DataMap
type DataMap interface {
DataItem
GetItem(string) (DataItem, error)
Keys() []string
}
DataMap is the base interface for all bindable data maps.
Since:
2.0