UNPKG

pvserverhelper

Version:

This is an npm module design to perform common uses with pVelocity's pvserver

10 lines (8 loc) 254 B
### ``getProperties(jsapi, collectionName)`` Returns an array of properties from all objects found in ``collectionName``. - `jsapi` `<Object>` - `collectionName` `<String>` ```js pvh.getProperties(jsapi, 'Opportunities').then(function(result) { }); ```