synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines • 592 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dispatchDownloadListChangeEvent = exports.DOWNLOAD_LIST_CHANGE_EVENT = void 0;
exports.DOWNLOAD_LIST_CHANGE_EVENT = 'DOWNLOAD_LIST_UPDATED_EVENT';
var dispatchDownloadListChangeEvent = function (downloadList) {
var downloadEvent = new CustomEvent(exports.DOWNLOAD_LIST_CHANGE_EVENT, {
detail: downloadList,
});
document.dispatchEvent(downloadEvent);
};
exports.dispatchDownloadListChangeEvent = dispatchDownloadListChangeEvent;
//# sourceMappingURL=dispatchDownloadListChangeEvent.js.map