Custom event
window._mp.safeExecute('evCustomEvent', function() {
eedl('<PLEASE PROVIDE THE CUSTOME EVENT NAME HERE>', {
// Please provide the event json payload here
});
})();window._mp.safeExecute('evCustomEvent', function() {
eedl('calculator_start', {
calculator_type: 'protien_calculator'
});
})();Last updated
