@yorkie-js/sdk
Preparing search index...
TreeEditOpInfo
Type Alias TreeEditOpInfo
TreeEditOpInfo
represents the information of the tree edit operation.
type
TreeEditOpInfo
=
{
from
:
number
;
fromPath
:
number
[]
;
path
:
string
;
splitLevel
?:
number
;
to
:
number
;
toPath
:
number
[]
;
type
:
"tree-edit"
;
value
?:
TreeNode
[]
;
}
Index
Properties
from
from
Path
path
split
Level?
to
to
Path
type
value?
Properties
from
from
:
number
from
Path
fromPath
:
number
[]
path
path
:
string
Optional
split
Level
splitLevel
?:
number
to
to
:
number
to
Path
toPath
:
number
[]
type
type
:
"tree-edit"
Optional
value
value
?:
TreeNode
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
from
Path
path
split
Level
to
to
Path
type
value
@yorkie-js/sdk
Loading...
TreeEditOpInforepresents the information of the tree edit operation.