UI Element | Description |
---|---|
Navigation Menu | The top navigation menu provides access to File , Edit , and View functions for the application.
|
Run Job Button | Click Run Job on the control bar to validate test code in the editor by running a job on an image in the Filmstrip in Aurora Focus. You can also trigger a job by pressing F5 while in the editor. |
Script Formatting | Disable JavaScript formatting by using the Script Formatting toggle in the top-right corner of the editor window. |
/** Returns the OutputResult type object * @param {InputResult} inputResult * @returns {OutputResult} */ export function onResults(inputResult) { return { common: inputResult.tool_results[0].decodes[0].value }; }