Preparing search index...
The search index is not available
@dittolive/react-ditto
@dittolive/react-ditto
UpdateByIDParams
Interface UpdateByIDParams
interface
UpdateByIDParams
{
_id
:
any
;
updateClosure
:
(
(
mutableDocument
)
=>
void
)
;
}
Index
Properties
_id
update
Closure
Properties
_id
_id
:
any
The _id of the document to remove
update
Closure
update
Closure
:
(
(
mutableDocument
)
=>
void
)
The update function to perform on the specified document
Type declaration
(
mutableDocument
)
:
void
Parameters
mutableDocument
:
MutableDocument
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
_id
update
Closure
@dittolive/react-ditto
Loading...
The _id of the document to remove