• Adds mouseover event to a fabric object to display a tooltip and underline the text.

    Parameters

    • fabricObj: Object

      The fabric object to attach the event to.

    • textObj: TextType

      The text object to modify on hover.

    • sequence: string

      The sequence to display in the tooltip.

    • URL: string

      The URL to link to.

    • renderOptions: RenderOptions

      The rendering options.

    • _this: any

      The context (VisualOutput or FunctionalPredictions).

    • Optional_tooltip: boolean = true

      Whether to show the tooltip.

    Returns void