Interface: JsViewExt<T>
CloudControl Pro 9 Docs / ui/view / JsViewExt
Interface: JsViewExt<T>
ui/view.JsViewExt
Type parameters
Name |
---|
T |
Hierarchy
-
unknown
↳
JsViewExt
Table of contents
Properties
Methods
Properties
binding
• Readonly
binding: ViewBinding
extras
• Readonly
extras: Extras
Methods
attr
▸ attr(attrName
): undefined
| null
| string
Parameters
Name | Type |
---|---|
attrName |
string |
Returns
undefined
| null
| string
▸ attr(attrName
, value
): void
Parameters
Name | Type |
---|---|
attrName |
string |
value |
null | string |
Returns
void
clearViewBindingCache
▸ clearViewBindingCache(): void
Returns
void
findView
▸ findView<T
>(id
): null
| JsView
<T
>
Type parameters
Name | Type |
---|---|
T |
extends View |
Parameters
Name | Type |
---|---|
id |
string |
Returns
null
| JsView
<T
>