gerson
2025-02-13 2a4b83c058b9f669e33e96168d7ad25016dafadd
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';
}