Preparing search index...
The search index is not available
yorkie-js-sdk
yorkie-js-sdk
ElementNode
Type alias ElementNode<A>
Element
Node
<
A
>
:
{
attributes
?:
A
;
children
:
TreeNode
[]
;
type
:
TreeNodeType
;
}
ElementNode
represents an element node. It has an attributes and children.
Type Parameters
A
extends
Indexable
=
Indexable
Type declaration
Optional
attributes
?:
A
children
:
TreeNode
[]
type
:
TreeNodeType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
yorkie-js-sdk
Loading...
ElementNode
represents an element node. It has an attributes and children.