Function: sendActionToHost()
sendActionToHost(
action,data):void
Defined in: src/common/web/integration/HostCommunication.ts:23
Sends an action to the host (parent).
Parameters
action
The action to send.
data
any = undefined
Optional action data.
Returns
void