goeyjs

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlurCB

type BlurCB struct {
	Fn func()
	// contains filtered or unexported fields
}

func (*BlurCB) Close

func (cb *BlurCB) Close()

func (*BlurCB) Set

func (cb *BlurCB) Set(elem js.Value, onblur func())

type ChangeBoolCB

type ChangeBoolCB struct {
	Fn func(bool)
	// contains filtered or unexported fields
}

func (*ChangeBoolCB) Close

func (cb *ChangeBoolCB) Close()

func (*ChangeBoolCB) Set

func (cb *ChangeBoolCB) Set(elem js.Value, onchange func(bool))

type ChangeDateCB

type ChangeDateCB struct {
	Fn func(time.Time)
	// contains filtered or unexported fields
}

func (*ChangeDateCB) Close

func (cb *ChangeDateCB) Close()

func (*ChangeDateCB) Set

func (cb *ChangeDateCB) Set(elem js.Value, onchange func(time.Time))

type ChangeFloat64CB

type ChangeFloat64CB struct {
	Fn func(float64)
	// contains filtered or unexported fields
}

func (*ChangeFloat64CB) Close

func (cb *ChangeFloat64CB) Close()

func (*ChangeFloat64CB) Set

func (cb *ChangeFloat64CB) Set(elem js.Value, onchange func(float64))

type ChangeInt64CB

type ChangeInt64CB struct {
	Fn func(int64)
	// contains filtered or unexported fields
}

func (*ChangeInt64CB) Close

func (cb *ChangeInt64CB) Close()

func (*ChangeInt64CB) Set

func (cb *ChangeInt64CB) Set(elem js.Value, onchange func(int64))

type ChangeIntCB

type ChangeIntCB struct {
	Fn func(int)
	// contains filtered or unexported fields
}

func (*ChangeIntCB) Close

func (cb *ChangeIntCB) Close()

func (*ChangeIntCB) Set

func (cb *ChangeIntCB) Set(elem js.Value, onchange func(int))

type ChangeStringCB

type ChangeStringCB struct {
	Fn func(string)
	// contains filtered or unexported fields
}

func (*ChangeStringCB) Close

func (cb *ChangeStringCB) Close()

func (*ChangeStringCB) Set

func (cb *ChangeStringCB) Set(elem js.Value, onchange func(string))

type ClickCB

type ClickCB struct {
	Fn func()
	// contains filtered or unexported fields
}

func (*ClickCB) Close

func (cb *ClickCB) Close()

func (*ClickCB) Set

func (cb *ClickCB) Set(elem js.Value, onclick func())

type EnterKeyCB

type EnterKeyCB struct {
	Fn func(string)
	// contains filtered or unexported fields
}

func (*EnterKeyCB) Close

func (cb *EnterKeyCB) Close()

func (*EnterKeyCB) Set

func (cb *EnterKeyCB) Set(elem js.Value, onenterkey func(string))

type EnterKeyInt64CB

type EnterKeyInt64CB struct {
	Fn func(int64)
	// contains filtered or unexported fields
}

func (*EnterKeyInt64CB) Close

func (cb *EnterKeyInt64CB) Close()

func (*EnterKeyInt64CB) Set

func (cb *EnterKeyInt64CB) Set(elem js.Value, onenterkey func(int64))

type FocusCB

type FocusCB struct {
	Fn func()
	// contains filtered or unexported fields
}

func (*FocusCB) Close

func (cb *FocusCB) Close()

func (*FocusCB) Set

func (cb *FocusCB) Set(elem js.Value, onfocus func())

type SelectCB

type SelectCB struct {
	Fn func(int)
	// contains filtered or unexported fields
}

func (*SelectCB) Close

func (cb *SelectCB) Close()

func (*SelectCB) Set

func (cb *SelectCB) Set(elem js.Value, onselect func(int))

Jump to

Keyboard shortcuts

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