Callback: ((activity) => void)

A function that is called whenever a pointer activity is detected.

Type declaration

    • (activity): void
    • Parameters

      • activity: PointerActivity

        The PointerActivity created when a pointerenter event fires on the target element.

      Returns void