Просмотр исходного кода

add comment to injectProcessInfoIntoPagesByActionTypes

yohei0125 3 лет назад
Родитель
Сommit
753c5016b2
1 измененных файлов с 3 добавлено и 1 удалено
  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 })[],