@yorkie-js/sdk
Preparing search index...
MoveOpInfo
Type Alias MoveOpInfo
MoveOpInfo
represents the information of the move operation.
type
MoveOpInfo
=
{
index
:
number
;
path
:
string
;
previousIndex
:
number
;
type
:
"move"
;
}
Index
Properties
index
path
previous
Index
type
Properties
index
index
:
number
path
path
:
string
previous
Index
previousIndex
:
number
type
type
:
"move"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
path
previous
Index
type
@yorkie-js/sdk
Loading...
MoveOpInforepresents the information of the move operation.