ExtensionsWidget
Extends:
src/common/Component.js~Component → DashboardWidget → ExtensionsWidget
Member Summary
Public Members | ||
public |
|
Method Summary
Public Methods | ||
public |
|
|
public |
content(): * |
|
public |
extensionCategory(category: *): * |
|
public |
extensionWidget(extension: *): * |
|
public |
oninit(vnode: *) |
Inherited Summary
From class DashboardWidget | ||
public |
Get the class name to apply to the widget. |
|
public |
content(): VirtualElement Get the content of the widget. |
|
public |
view(): * |
Public Members
public categorizedExtensions: * source
Public Methods
public className(): string source
Get the class name to apply to the widget.
Override:
DashboardWidget#classNamepublic content(): * source
Get the content of the widget.
Override:
DashboardWidget#contentReturn:
* |
public extensionCategory(category: *): * source
Params:
Name | Type | Attribute | Description |
category | * |
Return:
* |
public extensionWidget(extension: *): * source
Params:
Name | Type | Attribute | Description |
extension | * |
Return:
* |
public oninit(vnode: *) source
Params:
Name | Type | Attribute | Description |
vnode | * |