QC_QUOTES_DETAIL_TAB_SWITCH: "quotesDetailTabSwitch" = 'quotesDetailTabSwitch'

Method name for PRE quotesDetailTabSwitchPre and POST quotesDetailTabSwitch

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

Example

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

Generated using TypeDoc