Reference Source
import StatusWidget from 'flarum/admin/components/StatusWidget'
public class | source

StatusWidget

Extends:

src/common/Component.js~ComponentDashboardWidget → StatusWidget

Method Summary

Public Methods
public
public

content(): *

public
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#className

Return:

string

public content(): * source

Get the content of the widget.

Override:

DashboardWidget#content

Return:

*

public handleClearCache(e: *) source

Params:

NameTypeAttributeDescription
e *

public items(): * source

Return:

*