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

    The sounds event options

    interface ISoundsEvent {
        audio?: SingleOrMultiple<string | ISoundsAudio>;
        event: SingleOrMultiple<string>;
        filter?: string | FilterFunction;
        melodies?: ISoundsMelody[];
        notes?: ISoundsNote[];
    }

    Implemented by

    Index

    Properties

    audio?: SingleOrMultiple<string | ISoundsAudio>

    The sounds event audio

    event: SingleOrMultiple<string>

    The sounds event name

    filter?: string | FilterFunction

    The sounds event filter

    melodies?: ISoundsMelody[]

    The sounds event melodies

    notes?: ISoundsNote[]

    The sounds event notes