tsParticles - v4.0.0-beta.12
    Preparing search index...

    The confetti parameter object definition

    interface ConfettiParams {
        canvas?: HTMLCanvasElement;
        id: string;
        options: RecursivePartial<IConfettiOptions>;
    }
    Index

    Properties

    Properties

    The canvas element to use for the confetti animation

    id: string

    The unique identifier for the confetti canvas

    The confetti options object