2
0
Эх сурвалжийг харах

add comment to injectProcessInfoIntoPagesByActionTypes

yohei0125 4 жил өмнө
parent
commit
753c5016b2

+ 3 - 1
packages/app/src/server/service/page.ts

@@ -3086,7 +3086,9 @@ class PageService {
 
 
   /**
-   * Inject PageOperation process info into pages if operating page id and id of element of id matchs
+   * It takes page documents
+   * Generate Process information of PageOperation
+   * Inject the information into page docuement if they are related based on page id
    */
   async injectProcessInfoIntoPagesByActionTypes(
       pages: (PageDocument & { processInfo?: IPageOperationProcessInfo })[],