StatusWidget
Extends:
src/common/Component.js~Component → DashboardWidget → StatusWidget
Method Summary
Public Methods | ||
public |
|
|
public |
content(): * |
|
public |
handleClearCache(e: *) |
|
public |
items(): * |
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 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 handleClearCache(e: *) source
Params:
Name | Type | Attribute | Description |
e | * |