Search
Preparing search index...
The search index is not available
Unmagical API Reference
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Unmagical API Reference
types/hyperapp
VNode
Interface VNode<Attributes>
The VDOM representation of an Element.
memberof
[VDOM]
Type parameters
Attributes =
{}
Hierarchy
VNode
Index
Properties
node
Name
attributes
children
key
Properties
node
Name
node
Name
:
string
Optional
attributes
attributes
?:
Attributes
children
children
:
(
string
|
VNode
<
{}
>
)
[]
key
key
:
string
|
number
Modules
bindings/bulma
core/components
core/errors
core/framework
core/rest
core/rules
core/schema
core/storage
core/store
core/updates
core/utils
index
types/hyperapp
types/string-
template
unmagical-
bulma
VNode
node
Name
attributes
children
key
Generated using
TypeDoc
The VDOM representation of an Element.
[VDOM]