chore: data persistence var
This commit is contained in:
@@ -77,5 +77,16 @@ export class WorkflowGenerator {
|
|||||||
params: [],
|
params: [],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The persistent data from the whole workflow generation process.
|
||||||
|
* Used for correct generation of other user inputs.
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
|
private generatedData: PersistedGeneratedData = {
|
||||||
|
lastUsedSelector: '',
|
||||||
|
lastIndex: null,
|
||||||
|
lastAction: '',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user