dataPasses data to the nested Lynx page within the frame.
global-propsPasses globalProps to the Lynx page embedded in the frame. The embedded page can read it via lynx.__globalProps.
srcSets the loading path for the frame resource.
Frontend can bind corresponding event callbacks to listen for runtime behaviors of the element, as shown below.
bindload| Field | Type | Optional | Default | Platforms | Since | Description |
|---|---|---|---|---|---|---|
| statusCode | number | No | – | Android iOS 3.6 | 3.6 | Frame loaded status code. |
| statusMessage | string | No | – | Android iOS 3.6 | 3.6 | Frame loaded status message. |
| url | string | No | – | Android iOS 3.6 | 3.6 | The loaded url of the frame. |
Bind frame load event callback.