Interface ContentDecorationRenderOptions

interface ContentDecorationRenderOptions {
    backgroundColor?: string | ThemeColor;
    border?: string;
    borderColor?: string | ThemeColor;
    color?: string | ThemeColor;
    contentIconPath?: UriComponents;
    contentText?: string;
    fontStyle?: string;
    fontWeight?: string;
    height?: string;
    margin?: string;
    textDecoration?: string;
    width?: string;
}

Properties

backgroundColor?: string | ThemeColor
border?: string
borderColor?: string | ThemeColor
color?: string | ThemeColor
contentIconPath?: UriComponents
contentText?: string
fontStyle?: string
fontWeight?: string
height?: string
margin?: string
textDecoration?: string
width?: string