|
@@ -21,6 +21,7 @@
|
|
|
import { Point } from "../Point";
|
|
|
import { Size } from "../Size";
|
|
|
import { Anchor } from "./Anchor";
|
|
|
+import { SGraphElementType } from "../../enums/SGraphElementType";
|
|
|
|
|
|
/**
|
|
|
* 图例节点接口
|
|
@@ -35,7 +36,7 @@ export interface Node {
|
|
|
/** 返回工程信息化对象 ID 列表 */
|
|
|
AttachObjectIds?: string[];
|
|
|
/** 图标,区域类型 */
|
|
|
- GraphElementType?: string;
|
|
|
+ GraphElementType?: SGraphElementType;
|
|
|
/** 对应的图例ID */
|
|
|
GraphElementId?: string;
|
|
|
/** 位置 */
|