Public Member Functions | |
| void | SendObjectToPhotoshop () |
| Boolean | run () |
| Functional part of this snippet. | |
| Boolean | canRun () |
| Determines whether snippet can run given current context. | |
Public Attributes | |
| String | requiredContext |
| The context in which this snippet can run. | |
| void SendObjectToPhotoshop::SendObjectToPhotoshop | ( | ) |
| Boolean SendObjectToPhotoshop::run | ( | ) |
Functional part of this snippet.
Constructs a BridgeTalk message, which contains both the script to run in Photoshop, and the onResult callback for processing the response, then sends the message to Photoshop.
The script contains a serialized JavaScript object, reconstructs and modifies it on the target side, then reserializes and sends it back as the result.
The sender reconstructs the serialized object it receives as the result of the message.
| Boolean SendObjectToPhotoshop::canRun | ( | ) |
Determines whether snippet can run given current context.
The snippet fails if these preconditions are not met:
The context in which this snippet can run.


Copyright© 2008 Adobe Systems Incorporated. All rights reserved.
Terms of Use Online Privacy Policy Adobe and accessibility Avoid software piracy Permissions and Trademarks