Flarum (v2.0.0-beta.5)
    Preparing search index...
    interface IHeaderListAttrs {
        controls?: ItemList<Children>;
        emptyText: string;
        footer?: () => Children;
        hasItems: boolean;
        loading?: boolean;
        loadMore?: () => void;
        title: string;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    controls?: ItemList<Children>
    emptyText: string
    footer?: () => Children
    hasItems: boolean
    loading?: boolean
    loadMore?: () => void
    title: string