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

Indexable

[key: string]: unknown

Properties

close?: boolean
fill?: boolean