interface IRoundedRectData {
    close?: boolean;
    fill?: boolean;
    particles?: RecursivePartial<IParticlesOptions>;
    radius: RangeValue;
}

Hierarchy

Properties

close?: boolean
fill?: boolean
radius: RangeValue