Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalTyped ¶
type ExternalTyped[T comparable] interface { Typed[T] Reload() error }
type ExternalTypedList ¶
func BindTypedList ¶
func BindTypedList[T any](v *[]T) ExternalTypedList[T]
type Typed ¶
type Typed[T comparable] interface { binding.DataItem Get() (T, error) Set(T) error }
func BindTyped ¶
func BindTyped[T comparable](v *T) Typed[T]
func NewTyped ¶
func NewTyped[T comparable]() Typed[T]
Click to show internal directories.
Click to hide internal directories.