接口: JsViewExt<T>
接口: JsViewExt<T>
ui/view.JsViewExt
类型参数
名称 |
---|
T |
继承关系
-
unknown
↳
JsViewExt
目录
属性
方法
属性
binding
• Readonly
binding: ViewBinding
extras
• Readonly
extras: Extras
方法
attr
▸ attr(attrName
): undefined
| null
| string
参数
名称 | 类型 |
---|---|
attrName |
string |
返回值
undefined
| null
| string
▸ attr(attrName
, value
): void
参数
名称 | 类型 |
---|---|
attrName |
string |
value |
null | string |
返回值
void
clearViewBindingCache
▸ clearViewBindingCache(): void
返回值
void
findView
▸ findView<T
>(id
): null
| JsView
<T
>
类型参数
名称 | 类型 |
---|---|
T |
extends View |
参数
名称 | 类型 |
---|---|
id |
string |
返回值
null
| JsView
<T
>