@yorkie-js/sdk
Preparing search index...
Devtools
TreeNodeInfo
Type Alias TreeNodeInfo
TreeNodeInfo
represents the crdt tree node information in devtools.
type
TreeNodeInfo
=
{
attributes
?:
object
;
children
:
TreeNodeInfo
[]
;
depth
:
number
;
id
:
string
;
index
?:
number
;
insNext
?:
string
;
insPrev
?:
string
;
isRemoved
:
boolean
;
parent
?:
string
;
path
?:
number
[]
;
pos
?:
CRDTTreePosStruct
;
removedAt
?:
string
;
size
:
number
;
type
:
string
;
value
?:
string
;
}
Index
Properties
attributes?
children
depth
id
index?
ins
Next?
ins
Prev?
is
Removed
parent?
path?
pos?
removed
At?
size
type
value?
Properties
Optional
attributes
attributes
?:
object
children
children
:
TreeNodeInfo
[]
depth
depth
:
number
id
id
:
string
Optional
index
index
?:
number
Optional
ins
Next
insNext
?:
string
Optional
ins
Prev
insPrev
?:
string
is
Removed
isRemoved
:
boolean
Optional
parent
parent
?:
string
Optional
path
path
?:
number
[]
Optional
pos
pos
?:
CRDTTreePosStruct
Optional
removed
At
removedAt
?:
string
size
size
:
number
type
type
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
children
depth
id
index
ins
Next
ins
Prev
is
Removed
parent
path
pos
removed
At
size
type
value
@yorkie-js/sdk
Loading...
TreeNodeInforepresents the crdt tree node information in devtools.