Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| webviewId | String | Yes | ID of the web-view component |
Return Value
Returns a WebViewContext object.WebViewContext Methods
| Method | Description |
|---|---|
| postMessage(data) | Send a message to the web-view |
Create a context to control a web-view component.
| Property | Type | Required | Description |
|---|---|---|---|
| webviewId | String | Yes | ID of the web-view component |
| Method | Description |
|---|---|
| postMessage(data) | Send a message to the web-view |