Const
Method name for PRE contractsListPreferencesLoadPre and POST contractsListPreferencesLoad
contractsListPreferencesLoadPre
contractsListPreferencesLoad
Method can be used to modify preferences object before applying preferences on contract list page /#/pm/contracts/<contractId>.
/#/pm/contracts/<contractId>
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 contractsListPreferencesLoad = async ({ api, preferences }) => { // TODO: Add your code return;} Copy
export const contractsListPreferencesLoad = async ({ api, preferences }) => { // TODO: Add your code return;}
Method name for PRE
contractsListPreferencesLoadPreand POSTcontractsListPreferencesLoadMethod can be used to modify preferences object before applying preferences on contract list page
/#/pm/contracts/<contractId>.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.