Sfoglia il codice sorgente

update `monaco.d.ts`

Alex Dima 3 anni fa
parent
commit
8b16286cc3
2 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 4 0
      typedoc/monaco.d.ts
  2. 4 0
      website/playground/monaco.d.ts.txt

+ 4 - 0
typedoc/monaco.d.ts

@@ -7189,6 +7189,10 @@ declare namespace monaco.languages.typescript {
          * to the worker on start or restart.
          * to the worker on start or restart.
          */
          */
         getEagerModelSync(): boolean;
         getEagerModelSync(): boolean;
+        /**
+         * Configure inlay hints options.
+         */
+        setInlayHintsOptions(options: InlayHintsOptions): void;
     }
     }
     export interface TypeScriptWorker {
     export interface TypeScriptWorker {
         /**
         /**

+ 4 - 0
website/playground/monaco.d.ts.txt

@@ -7189,6 +7189,10 @@ declare namespace monaco.languages.typescript {
          * to the worker on start or restart.
          * to the worker on start or restart.
          */
          */
         getEagerModelSync(): boolean;
         getEagerModelSync(): boolean;
+        /**
+         * Configure inlay hints options.
+         */
+        setInlayHintsOptions(options: InlayHintsOptions): void;
     }
     }
     export interface TypeScriptWorker {
     export interface TypeScriptWorker {
         /**
         /**