Implement revive of json after load + Added parentId
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Siklos 2022-08-04 18:02:27 +02:00
parent e2ad8d6ebd
commit cf49ad644a
5 changed files with 48 additions and 3 deletions

View file

@ -2,6 +2,7 @@ import * as React from 'react';
export default interface Properties extends React.CSSProperties {
id: string,
parentId: string | null,
x: number,
y: number,
y: number
}