Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
editor
IModelDeltaDecoration
Interface IModelDeltaDecoration
New model decorations.
interface
IModelDeltaDecoration
{
options
:
IModelDecorationOptions
;
range
:
IRange
;
}
Index
Properties
options
range
Properties
options
options
:
IModelDecorationOptions
Options associated with this decoration.
range
range
:
IRange
Range that this decoration covers.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
options
range
Monaco Editor API
Loading...
New model decorations.