Fyne API "binding.ExternalUntyped"

binding.ExternalUntyped


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

Usage

type ExternalUntyped

type ExternalUntyped interface {
	Untyped
	Reload() error
}

ExternalUntyped supports binding a interface{} value to an external value.

Since: 2.1

func BindUntyped

func BindUntyped(v interface{}) ExternalUntyped

BindUntyped returns a bindable interface{} value that is bound to an external type. The parameter must be a pointer to the type you wish to bind.

Since: 2.1