wujingjing
2025-03-06 aaa5d89c5bf121d82c6860e1eb34b9ab3664f64e
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';
}