Files
Megamenu/lib/services/UserCustomActionService/UserCustomActionScope.js
Torsten Brendgen bc1258ae76 Initial commit
2026-04-13 10:26:01 +02:00

9 lines
334 B
JavaScript

export var UserCustomActionScope;
(function (UserCustomActionScope) {
UserCustomActionScope["Web"] = "web";
UserCustomActionScope["Site"] = "site";
UserCustomActionScope["List"] = "list";
})(UserCustomActionScope = UserCustomActionScope || (UserCustomActionScope = {}));
//# sourceMappingURL=UserCustomActionScope.js.map