tsParticles - v0.0.0
    Preparing search index...
    interface ICoordinatesWithMode {
        mode: "percent" | "precise" | PixelMode;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mode: "percent" | "precise" | PixelMode
    x: number
    y: number