public class JsAction extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
Data
Any data you want to be sent (in addition to document information) in the 'message'
parameter for the window.postMessage() call.
|
String |
Target
One of "parent" or "opener", depending if you use an iFrame to show the Matching UI
in your system, or if you open it in a separate tab/window.
|
String |
TargetOrigin
The 'targetOrigin' parameter for the window.postMessage() call.
|
| Constructor and Description |
|---|
JsAction() |
public Object Data
public String TargetOrigin
public String Target
Copyright © 2021. All rights reserved.