"use strict"; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } /** * Licensed Materials - Property of IBM * IBM Business Analytics (C) Copyright IBM Corp. 2019 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /** * @class ContentActionsAPI * @hideconstructor * @classdesc API class that is used to obtain the list of content actions available */ define([], function () { var DeleteActionAPI = function () { function DeleteActionAPI() { _classCallCheck(this, DeleteActionAPI); } /** * @function DeleteActionAPI#setOnBeforeDeleteCallback * @deprecated * @description Sets a callback to be called before a widget is deleted. * @param {callback} function to be called before delete is applied. */ DeleteActionAPI.prototype.setOnBeforeDeleteCallback = function setOnBeforeDeleteCallback() /* callback */{}; return DeleteActionAPI; }(); return DeleteActionAPI; }); //# sourceMappingURL=DeleteActionAPI.js.map