kaios-types
    Preparing search index...

    Interface SettingChange

    interface SettingChange {
        settingName: string;
        settingValue: any;
    }
    Index

    Properties

    settingName: string

    The name of the setting that changed.

    settingValue: any

    The new value of the setting.