@yorkie-js/sdk
Preparing search index...
TreeStyleOpInfo
Type Alias TreeStyleOpInfo
TreeStyleOpInfo
represents the information of the tree style operation.
type
TreeStyleOpInfo
=
{
from
:
number
;
fromPath
:
number
[]
;
path
:
string
;
to
:
number
;
toPath
:
number
[]
;
type
:
"tree-style"
;
value
:
{
attributes
?:
Indexable
;
attributesToRemove
?:
string
[]
}
;
}
Index
Properties
from
from
Path
path
to
to
Path
type
value
Properties
from
from
:
number
from
Path
fromPath
:
number
[]
path
path
:
string
to
to
:
number
to
Path
toPath
:
number
[]
type
type
:
"tree-style"
value
value
:
{
attributes
?:
Indexable
;
attributesToRemove
?:
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
from
Path
path
to
to
Path
type
value
@yorkie-js/sdk
Loading...
TreeStyleOpInforepresents the information of the tree style operation.