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

    Shape values interface for custom particle shapes

    interface IShapeValues {
        close?: boolean;
        particles?: RecursivePartial<IParticlesOptions>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    close?: boolean

    Whether the shape path should be closed

    Particles options for shape-specific particles