FixIt JavaScript API
    Preparing search index...

    Function flashTooltip

    • Flash a temporary tooltip message on an element.

      Parameters

      • el: HTMLElement

        The target element to show the tooltip on.

      • message: string

        The tooltip message text.

      • duration: number = 3000

        How long to display the tooltip in milliseconds.

      Returns void