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
/
AttrValue
AttrValue
object
AttrValue
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
AttrValue
.type
Type members
Value members
Implicits
Type members
Classlikes
final case
class
BooleanAttrValue
(
value:
Boolean
)
extends
AttrValue
final case
class
StringAttrValue
(
value:
String
)
extends
AttrValue
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Value members
Concrete methods
def
apply
(
s:
String
):
AttrValue
def
apply
(
b:
Boolean
):
AttrValue
Implicits
Implicits
implicit
def
booleanToAttrValue
(
value:
Boolean
):
AttrValue
implicit
def
stringToAttrValue
(
value:
String
):
AttrValue