Fyne API "binding.Untyped"
binding.Untyped
import "fyne.io/fyne/v2/data/binding"
Usage
type Untyped
type Untyped interface {
DataItem
Get() (interface{}, error)
Set(interface{}) error
}
Untyped supports binding a interface{} value.
Since:
2.1
func NewUntyped
func NewUntyped() Untyped
NewUntyped returns a bindable interface{} value that is managed internally.
Since:
2.1