vot.js - v2.4.12
Preparing search index...
@vot.js/node
<internal>
NodeProps
Interface NodeProps
interface
NodeProps
{
attributes
?:
NodeAttribute
[]
;
childNodes
?:
Node
[]
;
namespace
?:
string
;
nodeName
:
string
;
nodeType
:
NodeType
;
parentNode
:
null
|
Node
;
selfCloseTag
?:
boolean
;
text
?:
string
;
}
Index
Properties
attributes?
child
Nodes?
namespace?
node
Name
node
Type
parent
Node
self
Close
Tag?
text?
Properties
Optional
attributes
attributes
?:
NodeAttribute
[]
Optional
child
Nodes
childNodes
?:
Node
[]
Optional
namespace
namespace
?:
string
node
Name
nodeName
:
string
node
Type
nodeType
:
NodeType
parent
Node
parentNode
:
null
|
Node
Optional
self
Close
Tag
selfCloseTag
?:
boolean
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
child
Nodes
namespace
node
Name
node
Type
parent
Node
self
Close
Tag
text
vot.js - v2.4.12
Loading...