tsParticles - v4.1.1
    Preparing search index...

    Canvas bounds callback result

    interface IParticleCanvasBoundsResult {
        inside: boolean;
        margin?: number;
        reason?: "combined" | "default" | "effect" | "shape";
    }
    Index

    Properties

    inside: boolean

    Whether the particle is considered inside canvas bounds

    margin?: number

    Optional margin used by the drawer calculation

    reason?: "combined" | "default" | "effect" | "shape"

    Optional source hint for debugging