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

    The destroy updater options [[include:Destroy.md]]

    interface IDestroy {
        bounds: IDestroyBounds;
        explode: IExplode;
        mode: "explode" | "none" | "split" | DestroyMode;
        split: ISplit;
    }

    Implemented by

    Index

    Properties

    The destroy bounds options

    explode: IExplode

    The destroy explode options

    mode: "explode" | "none" | "split" | DestroyMode

    The destroy mode

    split: ISplit

    The destroy split options