-
new SCModel()
-
Description
SCModel is the SuiteCommerce implementation of Backbone.Model. It extends Backbone.Model and inherits all methods and properties. See the Backbone.js website for complete documentation.
define('MyNewModule', ['SCModel'], function(SCModelModule){ return SCModelModule.SCModel.extends({}); });In extensions on SuiteCommerce 2020.1 and later, use SCModel instead of Backbone.Model.
Details