DOM Renderer
Preparing search index...
dist
VNode
Class VNode
Hierarchy (
View Summary
)
VNodeMeta
VNode
Index
Constructors
constructor
Properties
children?
is?
key?
namespace?
node?
parent?
props?
ref?
selector?
style?
tag
Name?
text?
attrs
Map
props
Map
Methods
create
DOM
generate
Element
XML
generate
XML
namespace
Of
to
JSON
walk
Up
from
DOM
is
Fragment
Constructors
constructor
new
VNode
(
__namedParameters
:
VNodeMeta
)
:
VNode
Parameters
__namedParameters
:
VNodeMeta
Returns
VNode
Properties
Optional
children
children
?:
VNode
[]
= []
Optional
is
is
?:
string
Optional
key
key
?:
IndexKey
Optional
namespace
namespace
?:
string
Optional
node
node
?:
Node
Optional
parent
parent
?:
VNode
Optional
props
props
?:
DataObject
Optional
ref
ref
?:
(
node
?:
Node
)
=>
any
Optional
selector
selector
?:
string
Optional
style
style
?:
VNodeStyle
Optional
tag
Name
tagName
?:
string
Optional
text
text
?:
string
Static
attrs
Map
attrsMap
:
Record
<
string
,
keyof
HTMLProps
<
HTMLLabelElement
>
>
= ...
Static
props
Map
propsMap
:
PropsMap
= ...
Methods
create
DOM
createDOM
(
document
?:
Document
)
:
DocumentFragment
|
Element
|
Text
Parameters
document
:
Document
= globalThis.document
Returns
DocumentFragment
|
Element
|
Text
Protected
generate
Element
XML
generateElementXML
()
:
Generator
<
string
>
Returns
Generator
<
string
>
generate
XML
generateXML
(
this
:
VNode
)
:
Generator
<
string
>
Parameters
this
:
VNode
Returns
Generator
<
string
>
namespace
Of
namespaceOf
(
tagName
:
string
)
:
any
Parameters
tagName
:
string
Returns
any
to
JSON
toJSON
()
:
VNodeMeta
Returns
VNodeMeta
walk
Up
walkUp
()
:
Generator
<
VNode
,
void
,
unknown
>
Returns
Generator
<
VNode
,
void
,
unknown
>
Static
from
DOM
fromDOM
(
node
:
Node
)
:
VNode
Parameters
node
:
Node
Returns
VNode
Static
is
Fragment
isFragment
(
__namedParameters
:
VNode
)
:
boolean
Parameters
__namedParameters
:
VNode
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
children
is
key
namespace
node
parent
props
ref
selector
style
tag
Name
text
attrs
Map
props
Map
Methods
create
DOM
generate
Element
XML
generate
XML
namespace
Of
to
JSON
walk
Up
from
DOM
is
Fragment
DOM Renderer
Loading...