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