ThemableDecorationRenderOptions$Typings extension
Properties
-
after
↔ ThemableDecorationAttachmentRenderOptions?
-
Defines the rendering options of the attachment that is inserted after the decorated text.
getter/setter pair
-
backgroundColor
↔ Object?
-
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 {@link ThemeColor referenced}.
getter/setter pair
-
before
↔ ThemableDecorationAttachmentRenderOptions?
-
Defines the rendering options of the attachment that is inserted before the decorated text.
getter/setter pair
-
border
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
borderColor
↔ Object?
-
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.
getter/setter pair
-
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.
getter/setter pair
-
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.
getter/setter pair
-
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.
getter/setter pair
-
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.
getter/setter pair
-
color
↔ Object?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
cursor
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
fontStyle
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
fontWeight
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
gutterIconPath
↔ Object?
-
An absolute path or an URI to an image to be rendered in the gutter.
getter/setter pair
-
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
getter/setter pair
-
letterSpacing
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
opacity
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
outline
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
-
outlineColor
↔ Object?
-
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.
getter/setter pair
-
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.
getter/setter pair
-
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.
getter/setter pair
-
overviewRulerColor
↔ Object?
-
The color of the decoration in the overview ruler. Use rgba() and define transparent colors to play well with other decorations.
getter/setter pair
-
textDecoration
↔ String?
-
CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair