ソースを参照

fix startInLoadingState to boolean in typing

KaFai Choi 6 年 前
コミット
cf8a918450
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      typings/index.d.ts

+ 1
- 1
typings/index.d.ts ファイルの表示

374
    * Boolean value that forces the `WebView` to show the loading view
374
    * Boolean value that forces the `WebView` to show the loading view
375
    * on the first load.
375
    * on the first load.
376
    */
376
    */
377
-  startInLoadingState?: string;
377
+  startInLoadingState?: boolean;
378
 
378
 
379
   /**
379
   /**
380
    * Set this to provide JavaScript that will be injected into the web page
380
    * Set this to provide JavaScript that will be injected into the web page