defaultObjectRetrieve
Overview
The VUEDA specific implementation for reactive-helper's object retrieve crud function.
Signature
defaultObjectRetrieve(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. | ||
| pk | string | The primary key of the object to retrieve. | ||
| target | object | VUEDA specific arguments for the CRUD operation. |
Returns
CancellablePromise
- A cancellable promise.
Source
client/lib/utils/objectCrud.js:89