JavaScriptAppResource.withRunScript
Method
interface JavaScriptAppResource { // ... omitted for brevity withRunScript( scriptName: string, args?: string[]): JavaScriptAppResource;}Signature
method
withRunScriptbuilderAdds a run script annotation to the specified JavaScript application resource builder, specifying the script to execute and its arguments during run mode.
withRunScript( scriptName: string, args?: string[]): JavaScriptAppResourceParameters
scriptNamestringargsstring[]optionalReturns
JavaScriptAppResourceDefined on
This method is defined on the following type: