Monaco-editor: changeDecorations missing from monaco.d.ts

Created on 1 Aug 2016  路  2Comments  路  Source: microsoft/monaco-editor

This API is on the model and editor, and I assume it's meant to be public, because it's used in this example - https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-rendering-glyphs-in-the-margin

bug

Most helpful comment

i use deltaDecorations and onDidChangeDecorations

All 2 comments

i use deltaDecorations and onDidChangeDecorations

Cool, I didn't notice that deltaDecorations changes the decorations. Would make sense to update the example with that API.

Was this page helpful?
0 / 5 - 0 ratings