Flarum (v2.0.0-beta.6)
    Preparing search index...
    interface StatusWidgetItemAttrs {
        icon?: string;
        label: Children;
        value: Children;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    Properties

    icon?: string

    Optional icon to display next to the label

    label: Children

    The label/header for this status item

    value: Children

    The value/content to display