Skip to content

defaultObjectUpdate

Overview

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

Signature

defaultObjectUpdate(args)

Parameters

NameTypeRequiredDescription
argsobjectyesThe arguments object.

args Properties

NameTypeRequiredDefaultDescription
objectCrudObjectThe object to update.
paramsanyThe arguments to be passed as querystring to the retrieve action.
pkKeystringThe primary key field name on the object. Defaults to id.
targetobjectVUEDA specific arguments for the CRUD operation.

Returns

CancellablePromise

  • A cancellable promise.

Source

client/lib/utils/objectCrud.js:185

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