tsParticles - v4.0.0-beta.12
    Preparing search index...

    Interactivity data interface containing mouse and element info

    interface IInteractivityData {
        element?: typeof globalThis | HTMLElement | Node | null;
        mouse: IMouseData;
        status?: string;
    }
    Index

    Properties

    element?: typeof globalThis | HTMLElement | Node | null
    mouse: IMouseData
    status?: string