tsParticles - v0.0.0
    Preparing search index...
    interface IRoundedRectData {
        close?: boolean;
        fill?: boolean;
        particles?: RecursivePartial<IParticlesOptions>;
        radius: RangeValue;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    close?: boolean
    fill?: boolean
    radius: RangeValue