ThemableDecorationRenderOptions

Represents theme specific rendering styles for a text editor decoration.

Online Documentation

Inheritors

Properties

Link copied to clipboard

Defines the rendering options of the attachment that is inserted after the decorated text.

Link copied to clipboard
abstract var backgroundColor: JsAny?

Background color of the decoration. Use rgba() and define transparent background colors to play well with other decorations. Alternatively a color from the color registry can be referenced.

Link copied to clipboard

Defines the rendering options of the attachment that is inserted before the decorated text.

Link copied to clipboard
abstract var border: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var borderColor: JsAny?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Link copied to clipboard
abstract var borderRadius: String?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Link copied to clipboard
abstract var borderSpacing: String?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Link copied to clipboard
abstract var borderStyle: String?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Link copied to clipboard
abstract var borderWidth: String?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'border' for setting one or more of the individual border properties.

Link copied to clipboard
abstract var color: JsAny?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var cursor: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var fontStyle: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var fontWeight: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var gutterIconPath: JsAny?

An absolute path or an URI to an image to be rendered in the gutter.

Link copied to clipboard
abstract var gutterIconSize: String?

Specifies the size of the gutter icon. Available values are 'auto', 'contain', 'cover' and any percentage value. For further information: https://msdn.microsoft.com/en-us/library/jj127316(v=vs.85).aspx

Link copied to clipboard
abstract var letterSpacing: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var opacity: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var outline: String?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var outlineColor: JsAny?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

Link copied to clipboard
abstract var outlineStyle: String?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

Link copied to clipboard
abstract var outlineWidth: String?

CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.

Link copied to clipboard
abstract var overviewRulerColor: JsAny?

The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.

Link copied to clipboard
abstract var textDecoration: String?

CSS styling property that will be applied to text enclosed by a decoration.