tsParticles - v0.0.0
    Preparing search index...
    interface ISoundsIcons {
        enable: boolean;
        mute: ISoundsIcon;
        unmute: ISoundsIcon;
        volumeDown: ISoundsIcon;
        volumeUp: ISoundsIcon;
    }

    Implemented by

    Index

    Properties

    enable: boolean
    unmute: ISoundsIcon
    volumeDown: ISoundsIcon
    volumeUp: ISoundsIcon