跳转到内容

接口: JsWebView

更新: 2025/7/20 字数: 0 字 时长: 0 分钟

ui/web.JsWebView

继承关系

  • WebView

  • JsWebView

目录

属性

方法

属性

jsBridge

方法

addListener

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


emit

  • emit(event, ...args): boolean

参数

| 名称 | 类型 |
| :-------- | :------- | -------- |
| event | string | symbol |
| ...args | any[] |

返回值

boolean


eventNames

  • eventNames(): (string | symbol)[]

返回值

(string | symbol)[]


getMaxListeners

  • getMaxListeners(): number

返回值

number


listenerCount

  • listenerCount(event): number

参数

| 名称 | 类型 |
| :------ | :------- | -------- |
| event | string | symbol |

返回值


listeners

  • listeners(event): Function[]

参数

| 名称 | 类型 |
| :------ | :------- | -------- |
| event | string | symbol |

返回值

Function[]


off

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


on

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


once

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


prependListener

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


prependOnceListener

  • prependOnceListener(event, listener): JsWebView

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


rawListeners

  • rawListeners(event): Function[]

参数

| 名称 | 类型 |
| :------ | :------- | -------- |
| event | string | symbol |

返回值

Function[]


removeAllListeners

参数

| 名称 | 类型 |
| :------- | :------- | -------- |
| event? | string | symbol |

返回值

JsWebView


removeListener

参数

| 名称 | 类型 |
| :--------- | :----------------------------- | -------- |
| event | string | symbol |
| listener | (...args: any[]) => void |

返回值

JsWebView


setMaxListeners

参数

名称类型
nnumber

返回值

JsWebView