Theia API Documentation v1.65.0
    Preparing search index...
    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;
    }
    Index

    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