Skip to content

defaultObjectRetrieve

Overview

The VUEDA specific implementation for reactive-helper's object retrieve crud function.

Signature

defaultObjectRetrieve(args)

Parameters

NameTypeRequiredDescription
argsobjectyesThe arguments object.

args Properties

NameTypeRequiredDefaultDescription
paramsanyThe arguments to be passed as querystring to the retrieve action.
pkstringThe primary key of the object to retrieve.
targetobjectVUEDA specific arguments for the CRUD operation.

Returns

CancellablePromise

  • A cancellable promise.

Source

client/lib/utils/objectCrud.js:89

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2