@yorkie-js/sdk
Preparing search index...
ElementNode
Type Alias ElementNode<A>
ElementNode
represents an element node. It has an attributes and children.
type
ElementNode
<
A
extends
Indexable
=
Indexable
>
=
{
attributes
?:
A
;
children
:
TreeNode
[]
;
type
:
TreeNodeType
;
}
Type Parameters
A
extends
Indexable
=
Indexable
Index
Properties
attributes?
children
type
Properties
Optional
attributes
attributes
?:
A
children
children
:
TreeNode
[]
type
type
:
TreeNodeType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
type
@yorkie-js/sdk
Loading...
ElementNoderepresents an element node. It has an attributes and children.