Flarum (v2.0.0-beta.3)
    Preparing search index...
    interface SearchAttrs {
        a11yRoleLabel: string;
        label: string;
        state: SearchState;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    a11yRoleLabel: string
    label: string

    The type of alert this is. Will be used to give the alert a class name of Alert--{type}.