DOM Renderer
Preparing search index...
dist
VNodeMeta
Class VNodeMeta
Hierarchy (
View Summary
)
VNodeMeta
VNode
Index
Constructors
constructor
Properties
children?
is?
key?
namespace?
node?
parent?
props?
ref?
selector?
style?
tag
Name?
text?
Constructors
constructor
new
VNodeMeta
()
:
VNodeMeta
Returns
VNodeMeta
Properties
Optional
children
children
?:
JsxChildren
= []
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
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
DOM Renderer
Loading...