docss: genertaor socket listeners
This commit is contained in:
@@ -96,6 +96,9 @@ export class WorkflowGenerator {
|
|||||||
lastAction: '',
|
lastAction: '',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Initializes the socket listeners for the generator.
|
||||||
|
*/
|
||||||
private initializeSocketListeners() {
|
private initializeSocketListeners() {
|
||||||
this.socket.on('setGetList', (data: { getList: boolean }) => {
|
this.socket.on('setGetList', (data: { getList: boolean }) => {
|
||||||
this.getList = data.getList;
|
this.getList = data.getList;
|
||||||
|
|||||||
Reference in New Issue
Block a user