kaios-types
    Preparing search index...

    Interface MozSettingsEventInit

    interface MozSettingsEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        settingName?: string;
        settingValue?: any;
    }

    Hierarchy

    • EventInit
      • MozSettingsEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    settingName?: string

    The name of the setting.

    settingValue?: any

    The value of the setting.