Name
sn_nb_action.InputGenerator
Description
This class can be updated to customize out-of-box implementation of InputGeneratorImpl.
Script
var InputGenerator = Class.create();
InputGenerator.prototype = Object.extendsObject(sn_nb_action.InputGeneratorImpl, {
initialize: function() {
InputGeneratorImpl.prototype.initialize.call(this);
},
type: 'InputGenerator'
});
Sys ID
cdbffd23eb2220106fd0b6302a522854