Edit in GitHubLog an issue

require('uxp').script;

Script module, which contains essential properties and methods while writing scripts.

args

To get the arguments(if any) passed by host app, while invoking the script.

executionContext

ExecutionContext Passed by the host app, while invoking the script.

setResult(result)

To send the execution result back to the host (if required).

ParamTypeDescription
result
*
Host defines the contract on as to what can be returned from scripts and its format.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.