data

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataField

type DataField struct {
	JsValue *js.Value
	Valid   bool // Valid is true if JsValue is not NULL

	OnChange *FnChange
	// contains filtered or unexported fields
}

func (*DataField) Bind

func (_this *DataField) Bind(El js.Value, Property string, Event ...string)

func (*DataField) BindA

func (_this *DataField) BindA(Id string, Property string, Event ...string)

func (*DataField) Set

func (_this *DataField) Set(value interface{})

func (*DataField) SetJS

func (_this *DataField) SetJS(value *js.Value)

func (DataField) Value

func (_this DataField) Value() *js.Value

type FnChange

type FnChange func(value js.Value) js.Value

func FuncChange

func FuncChange(fn FnChange) *FnChange

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL