WorkloadClientConfig interface
An interface representing the configuration settings required to create an instance of the workload client
Properties
workload |
The target window which the workload used in cross-iframe communication. In most scenarios, it is window.parent. Workloads need to set this value when they have nested frames and use the workload client library in the inner frame . |
Property Details
workloadHostWindow
The target window which the workload used in cross-iframe communication. In most scenarios, it is window.parent. Workloads need to set this value when they have nested frames and use the workload client library in the inner frame .
workloadHostWindow?: Window
Property Value
Window