@glowjs/core 2025.4.17 → 2025.4.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,14 @@ export declare class Building extends Entity {
17
17
  * 鼠标移入楼层链接的透明度
18
18
  */
19
19
  static floorLinkAlpha: number;
20
+ /**
21
+ * 链接ID
22
+ */
23
+ linkId: string | null;
24
+ /**
25
+ * 链接名称
26
+ */
27
+ linkName: string | null;
20
28
  /**
21
29
  * 是否总是显示建筑结构
22
30
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2025.04.17",
3
+ "version": "2025.04.21",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",