UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

22 lines (21 loc) 276 B
/** * 密集架状态 */ export declare enum ArchiveCabinetGroupState { /** * 默认 */ Default = 1, /** * 组 */ Group = 2, /** * 列 */ Column = 4, /** * 容量 */ Capacity = 8 }