``` /** * Instantiate a form object (specifying t...
# sdf
f
Copy code
/**
 * Instantiate a form object (specifying the title, and whether to hide the menu)
 * @restriction Server SuiteScript only
 * @param {Object} config
 * @param {string} config.title form title
 * @param {boolean} config.hideNavBar (optional)
 * @return {Form}
 * @since 2015.2
 */
serverWidget.prototype.createForm = function(options) {};
Plus no descriptions