react-application-core
Version:
A react-based application core for the business applications.
14 lines • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DestroyedContainerTypesEnum = void 0;
/**
* @stable [27.04.2020]
*/
var DestroyedContainerTypesEnum;
(function (DestroyedContainerTypesEnum) {
DestroyedContainerTypesEnum[DestroyedContainerTypesEnum["FILTER"] = 0] = "FILTER";
DestroyedContainerTypesEnum[DestroyedContainerTypesEnum["FORM"] = 1] = "FORM";
DestroyedContainerTypesEnum[DestroyedContainerTypesEnum["LIST"] = 2] = "LIST";
DestroyedContainerTypesEnum[DestroyedContainerTypesEnum["TAB_PANEL"] = 3] = "TAB_PANEL";
})(DestroyedContainerTypesEnum = exports.DestroyedContainerTypesEnum || (exports.DestroyedContainerTypesEnum = {}));
//# sourceMappingURL=middleware-definition.interface.js.map