DecorationRenderOptions$Typings extension

on

Properties

dark ThemableDecorationRenderOptions?

Available on DecorationRenderOptions, provided by the DecorationRenderOptions$Typings extension

Overwrite options for dark themes.
getter/setter pair
isWholeLine bool?

Available on DecorationRenderOptions, provided by the DecorationRenderOptions$Typings extension

Should the decoration be rendered also on the whitespace after the line text. Defaults to false.
getter/setter pair
light ThemableDecorationRenderOptions?

Available on DecorationRenderOptions, provided by the DecorationRenderOptions$Typings extension

Overwrite options for light themes.
getter/setter pair
overviewRulerLane OverviewRulerLane?

Available on DecorationRenderOptions, provided by the DecorationRenderOptions$Typings extension

The position in the overview ruler where the decoration should be rendered.
getter/setter pair
rangeBehavior DecorationRangeBehavior?

Available on DecorationRenderOptions, provided by the DecorationRenderOptions$Typings extension

Customize the growing behavior of the decoration when edits occur at the edges of the decoration's range. Defaults to DecorationRangeBehavior.OpenOpen.
getter/setter pair