Skip to main content
A newer version of this page is available. .

IColorSchemeState Interface

If implemented, provides functionality for a color scheme’s state.

Declaration

interface IColorSchemeState

Properties

baseColor Property

Specifies the color scheme’s base color.

Declaration

baseColor?: string

Property Value

Type Description
string

The color scheme’s base color.

name Property

Specifies the color scheme’s name.

Declaration

name?: string

Property Value

Type Description
string

The color scheme name.