PM_CONTRACTS_DETAIL_TAB_SWITCH: "contractsDetailTabSwitch" = 'contractsDetailTabSwitch'

Method name for PRE contractsDetailTabSwitchPre and POST contractsDetailTabSwitch

This method is triggered at contact detail at open and then if a user switch a tab

Example

export const contractsDetailTabSwitch = async ({ api, tabName, contractAPI }) => {
// TODO: Add your code
return;
}

Generated using TypeDoc