Procházet zdrojové kódy

add comment to injectProcessInfoIntoPagesByActionTypes

yohei0125 před 4 roky
rodič
revize
753c5016b2
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      packages/app/src/server/service/page.ts

+ 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 })[],