wujingjing
2025-02-14 ff1ce4928884763e2b97feb5d43020620f81fc77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * # `Alloy` 内置常量
 */
export class AlloyConstant {
    /**
     * ## `namespace`
     */
    static readonly NAMESPACE = 'alloy';
    /**
     * ## `id`
     */
    static readonly ID = 'id';
 
    /**
     * ## `children`
     */
    static readonly CHILDREN = 'children';
}