To get a better understanding of its workflow, you could add console.log() in .ts files to output a message to the Web Console.
constructor(options: VisualConstructorOptions) { console.log("options:", options);
To get a better understanding of its workflow, you could add console.log() in .ts files to output a message to the Web Console.
constructor(options: VisualConstructorOptions) { console.log("options:", options);