TTMSFNCWebBrowserWebMessageReceivedParams Record
Parameters passed to
OnWebMessageReceivedwhen JavaScript callswindow.chrome.webview.postMessage().
API unit family: TMSFNCWebBrowser
Syntax
TTMSFNCWebBrowserWebMessageReceivedParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Source |
String |
Origin URL of the web content that sent the message. |
WebMessageAsJSON |
String |
Message payload serialised as a JSON string. |