Flarum (v1.8.10)
    Preparing search index...
    interface IGroupAttrs {
        color?: string;
        group?: Group;
        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

    color?: string
    group?: Group
    icon: string
    label?: string
    type?: string