Просмотр исходного кода

fix: add uuid as a type to Shape

Josh Ellis 4 лет назад
Родитель
Сommit
6cd0d55cd5
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;
 
+	/**
+	 *
+	 */
+	uuid: string;
+
 	/**
 	 * @default []
 	 */