Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface IHeaderListItemAttrs {
        actions?: Children;
        avatar: Children;
        content: string;
        datetime?: Date;
        excerpt: string;
        href?: string | null;
        icon: string;
        onclick?: (e: Event) => void;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    actions?: Children
    avatar: Children
    content: string
    datetime?: Date
    excerpt: string
    href?: string | null
    icon: string
    onclick?: (e: Event) => void