Skip to main content

IColorSchemeState Interface

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

Declaration

export 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.