Table of Contents

TTMSFNCWebBrowserWebMessageReceivedParams Record

Parameters passed to OnWebMessageReceived when JavaScript calls window.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.