UNPKG

@oracle/suitecloud-unit-testing

Version:

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

31 lines (29 loc) 675 B
define([], function () { /** * @class DescendantOrSelfNodesSelector * @classDescription Used to select all sub nodes from a certain path in a pivot * @constructor * @protected * * @since 2020.2 */ function DescendantOrSelfNodesSelector() { /** * Returns the object type name (workbook.DescendantOrSelfNodesSelector) * @governance none * @return {string} * * @since 2020.2 */ this.toString = function () {}; /** * get JSON format of the object * @governance none * @return {Object} * * @since 2020.2 */ this.toJSON = function () {}; } return new DescendantOrSelfNodesSelector(); });