ChemPal Documentation - v1.7.0
    Preparing search index...

    Type Alias SettingAction

    SettingAction:
        | { type: typeof SWITCH_CHANGE; name: string; checked: boolean }
        | { type: typeof INPUT_CHANGE; name: string; value: string }
        | { type: typeof BUTTON_CLICK; name: string; value: string }
        | { type: typeof SUPPLIER_TOGGLE; value: SupplierClassName[] }
        | { type: typeof PRICE_TRACKING_CHANGE; value: PriceTracking }
        | { type: typeof CACHE_CHANGE; value: CacheSettings }
        | { type: typeof RESTORE_DEFAULTS }