tsParticles - v0.0.0
    Preparing search index...

    [[include:Options/Particles/Effect.md]]

    interface IEffect {
        close: boolean;
        fill: boolean;
        options: ShapeData;
        type: SingleOrMultiple<string>;
    }

    Implemented by

    Index

    Properties

    Properties

    close: boolean

    Set this property to false for creating an open shape

    fill: boolean

    Set this property to false for creating an empty shape

    options: ShapeData
    type: SingleOrMultiple<string>