tsParticles - v0.0.0
    Preparing search index...
    interface IShapePathData {
        close?: boolean;
        fill?: boolean;
        half: boolean;
        particles?: RecursivePartial<IParticlesOptions>;
        segments: IPathSegmentData[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    close?: boolean
    fill?: boolean
    half: boolean
    segments: IPathSegmentData[]