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