Flarum (v2.0.0-beta.2)
    Preparing search index...
    interface GambitsAutocompleteDropdownAttrs {
        onchange: (value: string) => void;
        query: string;
        resource: string;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    onchange: (value: string) => void
    query: string
    resource: string