UNPKG

@oracle/suitecloud-unit-testing

Version:

<p align="left"><a href="#"><img width="250" src="resources/netsuite_logo_simplified.png"></a></p>

22 lines (15 loc) 368 B
define([], function () { /** * @protected * @constructor */ function Column() { this.label = undefined; this.id = undefined; this.isDisabled = undefined; this.isMandatory = undefined; this.type = undefined; this.sublistId = undefined; } return new Column(); });