wujingjing
2025-02-13 1c7d1f1b7be77bc10cd549a6b778b4a55786985f
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';
}