defaultObjectUpdate
Overview
The VUEDA specific implementation for reactive-helper's object update crud function.
Signature
defaultObjectUpdate(args)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| args | object | yes | The arguments object. |
args Properties
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| object | CrudObject | The object to update. | ||
| params | any | The arguments to be passed as querystring to the retrieve action. | ||
| pkKey | string | The primary key field name on the object. Defaults to id. | ||
| target | object | VUEDA specific arguments for the CRUD operation. |
Returns
CancellablePromise
- A cancellable promise.
Source
client/lib/utils/objectCrud.js:185