Interface IDecorationOptions

interface IDecorationOptions {
    color: string | ThemeColor;
    darkColor?: string | ThemeColor;
}

Properties§

§color: string | ThemeColor

CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

§darkColor?: string | ThemeColor

CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry