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 any value to an external value.

Since: 2.1

func BindUntyped

func BindUntyped(v any) ExternalUntyped

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

Since: 2.1