defaultObjectPatch
Overview
The VUEDA specific implementation for reactive-helper's object patch crud function.
Signature
defaultObjectPatch(args)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| args | object | yes | The arguments object. |
args Properties
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| params | any | The arguments to be passed as querystring to the retrieve action. | ||
| partialObject | any | The partial object to patch. | ||
| pk | string | The primary key of the object to patch. | ||
| target | object | VUEDA specific arguments for the CRUD operation. |
Returns
CancellablePromise
- A cancellable promise.
Source
client/lib/utils/objectCrud.js:242