Variable operationList

operationList: OperationStruct[] = []

The list of operations to be executed When an operation function is called, it will add an operation to this list

Generated using TypeDoc