docs: getList property

This commit is contained in:
karishmas6
2024-08-08 06:26:27 +05:30
parent 97ebcf9929
commit 68ed6087ed

View File

@@ -47,6 +47,10 @@ export class WorkflowGenerator {
*/
private socket: Socket;
/**
* getList is one of the custom actions from maxun-core.
* Used to provide appropriate selectors for the getList action.
*/
private getList: boolean = false;
/**