SC_COMPENSATIONS_LIST_PREFERENCES_LOAD: "compensationsListPreferencesLoad" = 'compensationsListPreferencesLoad'

Method name for PRE compensationsListPreferencesLoadPre and POST compensationsListPreferencesLoad

This method can be used to modify preferences object before applying preferences on list. The method must return 'preferences' object in the end so preferences can be applied

Example

export const compensationsListPreferencesLoad = async ({ api, preferences }) => {
// TODO: Add your code
return;
}

Generated using TypeDoc