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