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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    close?: boolean
    fill?: boolean
    inset: RangeValue
    sides: RangeValue