@owservable/core
Preparing search index...
BackendChangeType
Type Alias BackendChangeType
type
BackendChangeType
=
{
documentKey
?:
any
;
fullDocument
?:
any
;
ns
?:
any
;
operationType
?:
"insert"
|
"update"
|
"replace"
|
"delete"
|
string
;
updateDescription
?:
{
removedFields
?:
string
[]
;
updatedFields
?:
any
}
;
}
Index
Properties
document
Key?
full
Document?
ns?
operation
Type?
update
Description?
Properties
Optional
document
Key
documentKey
?:
any
Optional
full
Document
fullDocument
?:
any
Optional
ns
ns
?:
any
Optional
operation
Type
operationType
?:
"insert"
|
"update"
|
"replace"
|
"delete"
|
string
Optional
update
Description
updateDescription
?:
{
removedFields
?:
string
[]
;
updatedFields
?:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
Key
full
Document
ns
operation
Type
update
Description
@owservable/core
Loading...