Const
Method name for PRE quotesListPreferencesLoadPre and POST quotesListPreferencesLoad
quotesListPreferencesLoadPre
quotesListPreferencesLoad
Method can be used to modify preferences object before applying preferences on quote list page /#/qc/quotes/<quoteId>.
/#/qc/quotes/<quoteId>
Notes: Ensure that the preferences object is returned at the end of the method; otherwise, the preference list will be empty!
preferences
Additional Properties:
export const quotesListPreferencesLoad = async ({ api, preferences }) => { // TODO: Add your code return;} Copy
export const quotesListPreferencesLoad = async ({ api, preferences }) => { // TODO: Add your code return;}
Method name for PRE
quotesListPreferencesLoadPreand POSTquotesListPreferencesLoadMethod can be used to modify preferences object before applying preferences on quote list page
/#/qc/quotes/<quoteId>.Notes: Ensure that the
preferencesobject 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.