Flarum (v2.0.0-beta.4)
    Preparing search index...
    interface IBadgeAttrs {
        color?: string;
        icon: string;
        label?: string;
        type?: string;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    Properties

    color?: string
    icon: string
    label?: string
    type?: string