tsParticles - v0.0.0
    Preparing search index...
    interface IInteractivityData {
        element?: typeof globalThis | Node | HTMLElement | null;
        mouse: IMouseData;
        status?: string;
    }
    Index

    Properties

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