Skip to content

defaultObjectPatch

Overview

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

Signature

defaultObjectPatch(args)

Parameters

NameTypeRequiredDescription
argsobjectyesThe arguments object.

args Properties

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

Returns

CancellablePromise

  • A cancellable promise.

Source

client/lib/utils/objectCrud.js:242

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