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

DashboardWidget

Extends:

src/common/Component.js~Component → DashboardWidget

Method Summary

Public Methods
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.

Return:

String

public content(): VirtualElement source

Get the content of the widget.

Return:

VirtualElement

public view(): * source

Return:

*