浏览代码

Merge pull request #21058 from joshuaellis/bugfix/shape-type

TS: add uuid as a type to Shape
Mr.doob 4 年之前
父节点
当前提交
1c81d6e87c
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/extras/core/Shape.d.ts

+ 5 - 0
src/extras/core/Shape.d.ts

@@ -13,6 +13,11 @@ export class Shape extends Path {
 	 */
 	 */
 	type: string;
 	type: string;
 
 
+	/**
+	 *
+	 */
+	uuid: string;
+
 	/**
 	/**
 	 * @default []
 	 * @default []
 	 */
 	 */