IColorSchemeState Interface
If implemented, provides functionality for a color scheme’s state.
#Declaration
TypeScript
export interface IColorSchemeState
#Properties
#baseColor Property
Specifies the color scheme’s base color.
#Declaration
TypeScript
baseColor?: string
#Property Value
Type | Description |
---|---|
string | The color scheme’s base color. |
#name Property
Specifies the color scheme’s name.
#Declaration
TypeScript
name?: string
#Property Value
Type | Description |
---|---|
string | The color scheme name. |