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

    The sounds icons options

    interface ISoundsIcons {
        enable: boolean;
        mute: ISoundsIcon;
        unmute: ISoundsIcon;
        volumeDown: ISoundsIcon;
        volumeUp: ISoundsIcon;
    }

    Implemented by

    Index

    Properties

    enable: boolean

    Enables the sounds icons

    The mute icon

    unmute: ISoundsIcon

    The unmute icon

    volumeDown: ISoundsIcon

    The volume down icon

    volumeUp: ISoundsIcon

    The volume up icon