UNPKG

nsn-enum

Version:

NSN枚举组件

24 lines (18 loc) 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigCategoryEnum = void 0; /** 配置参数分类 枚举 */ var ConfigCategoryEnum; exports.ConfigCategoryEnum = ConfigCategoryEnum; (function (ConfigCategoryEnum) { /** smartbi参数 */ ConfigCategoryEnum["SMARTBI"] = "smartbi"; /** smartbi 根节点 */ ConfigCategoryEnum["SMARTBI_ROOT_FOLDERS"] = "smartbi-root-folders"; /** 系统参数 */ ConfigCategoryEnum["SYSTEM"] = "system"; /** 欢迎页 */ ConfigCategoryEnum["WELCOME"] = "welcome"; })(ConfigCategoryEnum || (exports.ConfigCategoryEnum = ConfigCategoryEnum = {}));