Fyne API "binding.Untyped"

binding.Untyped


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

Usage

type Untyped

type Untyped interface {
	DataItem
	Get() (any, error)
	Set(any) error
}

Untyped supports binding a any value.

Since: 2.1

func NewUntyped

func NewUntyped() Untyped

NewUntyped returns a bindable any value that is managed internally.

Since: 2.1