tsParticles - v0.0.0
    Preparing search index...
    interface ISounds {
        autoPlay: boolean;
        enable: boolean;
        events: ISoundsEvent[];
        icons: ISoundsIcons;
        volume: number | ISoundsVolume;
    }

    Implemented by

    Index

    Properties

    autoPlay: boolean
    enable: boolean
    events: ISoundsEvent[]
    volume: number | ISoundsVolume