BaseWidget
@types/akumina-core - v5.0.0 › Globals › Akumina › BaseWidget
Hierarchy
- BaseWidget
Index
Constructors
Properties
Methods
Constructors
constructor
+ new BaseWidget(): BaseWidget
Defined in index.d.ts:17
Returns: BaseWidget
Properties
Properties
• Properties: any
Defined in index.d.ts:19
Methods
BindTemplate
▸ BindTemplate(templateUri
: string, data
: any, targetDiv
: string): void
Defined in index.d.ts:22
Parameters:
Name | Type |
---|---|
templateUri | string |
data | any |
targetDiv | string |
Returns: void
GetPropertyValue
▸ GetPropertyValue(requestIn
: any, key
: string, defaultValue
: any): any
Defined in index.d.ts:20
Parameters:
Name | Type |
---|---|
requestIn | any |
key | string |
defaultValue | any |
Returns: any
RefreshWidget
▸ RefreshWidget(newProps
: any): void
Defined in index.d.ts:21
Parameters:
Name | Type |
---|---|
newProps | any |
Returns: void