Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a context to control a web-view component.
const webViewContext = my.createWebViewContext('myWebView'); webViewContext.postMessage({ action: 'refresh', data: { userId: '123' } });
<web-view id="myWebView" src="https://example.com" onMessage="onWebViewMessage" />