Flarum (v2.0.0-beta.5)
    Preparing search index...

    Type Alias TooltipJQueryFunction

    TooltipJQueryFunction: (
        tooltipOptions?: TooltipCreationOptions | "destroy" | "show" | "hide",
    ) => JQuery

    Creates a tooltip on a jQuery element reference.

    Returns the same jQuery reference to allow for method chaining.

    Type Declaration