Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
editor
IModelDecorationsChangedEvent
Interface IModelDecorationsChangedEvent
An event describing that model decorations have changed.
interface
IModelDecorationsChangedEvent
{
affectsGlyphMargin
:
boolean
;
affectsLineNumber
:
boolean
;
affectsMinimap
:
boolean
;
affectsOverviewRuler
:
boolean
;
}
Index
Properties
affects
Glyph
Margin
affects
Line
Number
affects
Minimap
affects
Overview
Ruler
Properties
Readonly
affects
Glyph
Margin
affects
Glyph
Margin
:
boolean
Readonly
affects
Line
Number
affects
Line
Number
:
boolean
Readonly
affects
Minimap
affects
Minimap
:
boolean
Readonly
affects
Overview
Ruler
affects
Overview
Ruler
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
affects
Glyph
Margin
affects
Line
Number
affects
Minimap
affects
Overview
Ruler
Monaco Editor API
Loading...
An event describing that model decorations have changed.