ThemableDecorationRenderOptions$Typings extension

on

Properties

after ThemableDecorationAttachmentRenderOptions?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

Defines the rendering options of the attachment that is inserted after the decorated text.
getter/setter pair
backgroundColor Object?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

Defines the rendering options of the attachment that is inserted before the decorated text.
getter/setter pair
border String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
borderColor Object?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
cursor String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
fontStyle String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
fontWeight String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
gutterIconPath Object?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

An absolute path or an URI to an image to be rendered in the gutter.
getter/setter pair
gutterIconSize String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
opacity String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
outline String?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair
outlineColor Object?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

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?

Available on ThemableDecorationRenderOptions, provided by the ThemableDecorationRenderOptions$Typings extension

CSS styling property that will be applied to text enclosed by a decoration.
getter/setter pair