DecorationRenderOptions$Typings extension

on

Properties

dark ThemableDecorationRenderOptions?
Overwrite options for dark themes.
getter/setter pair
isWholeLine bool?
Should the decoration be rendered also on the whitespace after the line text. Defaults to false.
getter/setter pair
light ThemableDecorationRenderOptions?
Overwrite options for light themes.
getter/setter pair
overviewRulerLane OverviewRulerLane?
The position in the overview ruler where the decoration should be rendered.
getter/setter pair
rangeBehavior DecorationRangeBehavior?
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