A-Tractor - v2.5.6
    Preparing search index...

    Interface IMediaVolumeOptions

    Interface for MediaVolume options.

    interface IMediaVolumeOptions {
        classMuted?: string;
        classVolumeHigh?: string;
        classVolumeLow?: string;
        classVolumeMedium?: string;
        classVolumeVeryLow?: string;
        iconButtonElement?: HTMLElement;
        levelTextElement?: HTMLElement;
        levelViewElement?: HTMLElement;
        sliderType?: SliderType;
    }
    Index

    Properties

    classMuted?: string

    CSS class to add to iconButtonElement when volume is muted. By default muted.

    classVolumeHigh?: string

    CSS class to add to iconButtonElement when volume is high. By default volume-high.

    classVolumeLow?: string

    CSS class to add to iconButtonElement when volume is low. By default volume-low.

    classVolumeMedium?: string

    CSS class to add to iconButtonElement when volume is medium. By default volume-medium.

    classVolumeVeryLow?: string

    CSS class to add to iconButtonElement when volume is very low. By default volume-very-low.

    iconButtonElement?: HTMLElement

    HTML element to display volume icon (usually button).

    levelTextElement?: HTMLElement

    HTML element to display current volume level text value.

    levelViewElement?: HTMLElement

    HTML element to display current volume level graphical value.

    sliderType?: SliderType

    Slider type. Auto is by default.