window.addEventListener(
"RibbonLoadingEvent",
this.handleCustomEvent
);
const isSuccess = window.dispatchEvent(
new CustomEvent("RibbonLoadingEvent", {
detail: JSON.stringify(caseData),
})
);

window.addEventListener(
"RibbonLoadingEvent",
this.handleCustomEvent
);
const isSuccess = window.dispatchEvent(
new CustomEvent("RibbonLoadingEvent", {
detail: JSON.stringify(caseData),
})
);