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

Usage

type ExternalUntyped

  type ExternalUntyped = ExternalItem[any]
  

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