scala-js-snabbdom
scala-js-snabbdom
snabbdom
AttrValue
AttrValue
BooleanAttrValue
StringAttrValue
CreateHook
DestroyHook
DomApi
DomApi
EventHandler
EventHandler
Hooks
InitHook
InsertHook
Module
ModuleHooks
ModuleHooks
Patch
PatchedVNode
PatchedVNode
Comment
Element
Text
PostHook
PostPatchHook
PreHook
PrePatchHook
RemoveHook
UpdateHook
VNode
VNode
Comment
Element
Text
VNodeOps
VNodeData
VNodeData
h
init
thunk
toVNode
snabbdom.modules
Attributes
Classes
Dataset
EventListeners
Props
Styles
scala-js-snabbdom
/
snabbdom
/
EventHandler
EventHandler
object
EventHandler
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
EventHandler
.type
Value members
Implicits
Value members
Concrete methods
def
apply
(
cbs:
Event
=>
Unit
*):
EventHandler
def
usingVNode
(
cbs: (
Event
,
VNode
)
=>
Unit
*):
EventHandler
Implicits
Implicits
implicit
def
fromFunction1
(
cb:
Event
=>
Unit
):
EventHandler
implicit
def
fromFunction2
(
cb: (
Event
,
VNode
)
=>
Unit
):
EventHandler