tsParticles - v0.0.0
    Preparing search index...
    interface ICardData {
        close?: boolean;
        fill?: boolean;
        particles?: RecursivePartial<IParticlesOptions>;
        suit: SuitType;
        value: CardValue;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    close?: boolean
    fill?: boolean
    suit: SuitType
    value: CardValue