UNPKG
nsn-enum
Version:
latest (1.0.20210118)
1.0.20210118
1.0.20201209
1.0.20201203
1.0.20201105
1.0.20200928
1.0.20200925
1.0.20200603
1.0.20200602
1.0.20101202
NSN枚举组件
www.nsn.com
nsn-enum
/
es
/
enum
/
ConfigCategoryEnum.d.ts
12 lines
(11 loc)
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** 配置参数分类 枚举 */
export
declare
enum
ConfigCategoryEnum
{
/** smartbi参数 */
SMARTBI =
"smartbi"
,
/** smartbi 根节点 */
SMARTBI_ROOT_FOLDERS =
"smartbi-root-folders"
,
/** 系统参数 */
SYSTEM =
"system"
,
/** 欢迎页 */
WELCOME =
"welcome"
}