Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 254 Bytes

getProperties.md

File metadata and controls

10 lines (8 loc) · 254 Bytes

getProperties(jsapi, collectionName)

Returns an array of properties from all objects found in collectionName.

  • jsapi <Object>
  • collectionName <String>
pvh.getProperties(jsapi, 'Opportunities').then(function(result) {

});