@glowjs/core 2025.4.17 → 2025.4.24
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.
package/dist/glow.core.d.ts
CHANGED
|
@@ -1553,6 +1553,14 @@ export declare class Building extends Entity {
|
|
|
1553
1553
|
* 鼠标移入楼层链接的透明度
|
|
1554
1554
|
*/
|
|
1555
1555
|
static floorLinkAlpha: number;
|
|
1556
|
+
/**
|
|
1557
|
+
* 链接ID
|
|
1558
|
+
*/
|
|
1559
|
+
linkId: string | null;
|
|
1560
|
+
/**
|
|
1561
|
+
* 链接名称
|
|
1562
|
+
*/
|
|
1563
|
+
linkName: string | null;
|
|
1556
1564
|
/**
|
|
1557
1565
|
* 是否总是显示建筑结构
|
|
1558
1566
|
*/
|