Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorDecorationOptions

Hierarchy

  • EditorDecorationOptions

Index

Properties

afterContentClassName?: string

the decoration will be rendered after the text with this class name.

beforeContentClassName?: string

the decoration will be rendered before the text with this class name.

className?: string

CSS class name of this decoration.

glyphMarginClassName?: string

the decoration will be rendered in the glyph margin with this class name.

glyphMarginHoverMessage?: string

hover message for the glyph margin of this decoration.

hoverMessage?: string

hover message for this decoration.

inlineClassName?: string

the decoration will be rendered inline with this class name. to be used only to change text, otherwise use className.

isWholeLine?: boolean

should the decoration be rendered for the whole line.

linesDecorationsClassName?: string

the decoration will be rendered in the lines decorations with this class name.

marginClassName?: string

the decoration will be rendered in the margin in full width with this class name.

If set, render this decoration in the minimap.

render this decoration in the overview ruler.

behavior of decorations when typing/editing near their edges.