import "fyne.io/fyne/v2/data/binding"
  

Usage

type DataTree

  type DataTree interface {
	DataItem
	GetItem(id string) (DataItem, error)
	ChildIDs(string) []string
}
  

DataTree is the base interface for all bindable data trees.

Since: 2.4