Interface IDecorationOptions

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

Hierarchy (view full)

Properties

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