Flarum (v2.0.0-beta.6)
    Preparing search index...
    interface IMentionsDropdownItemAttrs {
        mentionable: MentionableModel;
        onclick: () => void;
        onmouseenter: () => void;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    mentionable: MentionableModel
    onclick: () => void
    onmouseenter: () => void