Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThemableDecorationAttachmentRenderOptions

层级

  • ThemableDecorationAttachmentRenderOptions

索引

Properties(12)

Optional contentText

contentText: string

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.

Optional contentIconPath

contentIconPath: string | Uri

An absolute path or an URI to an image to be rendered in the attachment. Either an icon or a text can be shown, but not both.

Optional border

border: string

CSS styling property that will be applied to the decoration attachment.

Optional borderColor

borderColor: string | ThemeColor

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

Optional fontStyle

fontStyle: string

CSS styling property that will be applied to the decoration attachment.

Optional fontWeight

fontWeight: string

CSS styling property that will be applied to the decoration attachment.

Optional textDecoration

textDecoration: string

CSS styling property that will be applied to the decoration attachment.

Optional color

color: string | ThemeColor

CSS styling property that will be applied to the decoration attachment.

Optional backgroundColor

backgroundColor: string | ThemeColor

CSS styling property that will be applied to the decoration attachment.

Optional margin

margin: string

CSS styling property that will be applied to the decoration attachment.

Optional width

width: string

CSS styling property that will be applied to the decoration attachment.

Optional height

height: string

CSS styling property that will be applied to the decoration attachment.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹