feat: create getList in constructor

This commit is contained in:
karishmas6
2024-09-03 10:06:59 +05:30
parent 0071e4bf24
commit c888f636b4

View File

@@ -54,6 +54,8 @@ export class WorkflowGenerator {
*/
private getList: boolean = false;
private listSelector: string = '';
/**
* The public constructor of the WorkflowGenerator.
* Takes socket for communication as a parameter and registers some important events on it.