ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Type Alias SettingAction

    SettingAction:
        | { type: SWITCH_CHANGE; name: string; checked: boolean }
        | { type: INPUT_CHANGE; name: string; value: string }
        | { type: BUTTON_CLICK; name: string; value: string }
        | { type: RESTORE_DEFAULTS }