Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeUndefined = js.TypeUndefined TypeNull = js.TypeNull TypeBoolean = js.TypeBoolean TypeNumber = js.TypeNumber TypeString = js.TypeString TypeSymbol = js.TypeSymbol TypeObject = js.TypeObject TypeFunction = js.TypeFunction )
View Source
const ( PreventDefault = js.PreventDefault StopPropagation = js.StopPropagation StopImmediatePropagation = js.StopImmediatePropagation )
Variables ¶
This section is empty.
Functions ¶
func GetInternalObject ¶
func GetInternalObject(v Value) interface{}
Types ¶
type Callback ¶
func NewCallback ¶
func NewEventCallback ¶
func NewEventCallback(flags EventCallbackFlag, fn func(event Value)) Callback
type EventCallbackFlag ¶
type EventCallbackFlag = js.EventCallbackFlag
type TypedArray ¶
type TypedArray = js.TypedArray
func TypedArrayOf ¶
func TypedArrayOf(slice interface{}) TypedArray
Click to show internal directories.
Click to hide internal directories.