add data parameter to node config

This commit is contained in:
Florian Veltmann 2023-11-09 08:47:45 +01:00
parent 47e8d20a52
commit a3aa74eedd

View File

@ -57,6 +57,7 @@ export interface NodeConfig {
listening?: boolean;
id?: string;
name?: string;
data?: any;
opacity?: number;
scale?: Vector2d;
scaleX?: number;