UNPKG

@abaplint/runtime

Version:
8 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.raiseEvent = raiseEvent; async function raiseEvent(eventReference, me, parameters) { const input = parameters || {}; await abap.eventing.raiseEvent(eventReference, me, { ...input, sender: me }); } //# sourceMappingURL=raise_event.js.map