Represents options for a specific decoration in a {@link TextEditorDecorationType decoration set}.
Fields
optionalrenderOptions:Null<DecorationInstanceRenderOptions>
Render options applied to the current decoration. For performance reasons, keep the number of decoration specific options small, and use decoration types wherever possible.
hoverMessage:EitherType<MarkdownString, EitherType<MarkedString, Array<EitherType<MarkdownString, MarkedString>>>>
A message that should be rendered when hovering over the decoration.