tsParticles - v0.0.0
    Preparing search index...
    interface IPush {
        default: boolean;
        groups: string[];
        particles?: SingleOrMultiple<RecursivePartial<IParticlesOptions>>;
        quantity: RangeValue;
    }

    Implemented by

    Index

    Properties

    default: boolean
    groups: string[]
    quantity: RangeValue