var value; // Type: any // Parameters var any; // Type: any value = postComMessage(any);
function postComMessage( any : any ) : any;
Parameters
- any
- Arbitrary scalar value or Array of scalar values.
var value; // Type: any // Parameters var any; // Type: any value = postComMessage(any);
function postComMessage( any : any ) : any;
The host application receives the data by handling the OnComPostMessage event.
For more details please read Calling JavaScript.