quotesListPreferencesLoad: "quotesListPreferencesLoad" = 'quotesListPreferencesLoad'

Method name for PRE quotesListPreferencesLoadPre and POST quotesListPreferencesLoad

Method can be used to modify preferences object before applying preferences on quote list page /#/qc/quotes/<quoteId>.

Notes: Ensure that the preferences object is returned at the end of the method; otherwise, the preference list will be empty!

Additional Properties:

  • preferences: Returns list of preferences which can be edited.

Example: (Basic)

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

Generated using TypeDoc