Header menu logo issie

HighLightColor Type

Colors to highlight components Case name is used as HTML color name. See JSHelpers.getColorString lots of colors can be added, see https://www.w3schools.com/colors/colors_names.asp The Text() method converts it to the correct HTML string Where speed matters the color must be added as a case in the match statement

Union cases

Union case Description

Blue

Full Usage: Blue

Brown

Full Usage: Brown

DarkSlateGrey

Full Usage: DarkSlateGrey

Green

Full Usage: Green

Grey

Full Usage: Grey

Orange

Full Usage: Orange

Purple

Full Usage: Purple

Red

Full Usage: Red

SkyBlue

Full Usage: SkyBlue

Thistle

Full Usage: Thistle

White

Full Usage: White

Yellow

Full Usage: Yellow

Instance members

Instance member Description

this.IsBlue

Full Usage: this.IsBlue

Returns: bool
Returns: bool

this.IsBrown

Full Usage: this.IsBrown

Returns: bool
Returns: bool

this.IsDarkSlateGrey

Full Usage: this.IsDarkSlateGrey

Returns: bool
Returns: bool

this.IsGreen

Full Usage: this.IsGreen

Returns: bool
Returns: bool

this.IsGrey

Full Usage: this.IsGrey

Returns: bool
Returns: bool

this.IsOrange

Full Usage: this.IsOrange

Returns: bool
Returns: bool

this.IsPurple

Full Usage: this.IsPurple

Returns: bool
Returns: bool

this.IsRed

Full Usage: this.IsRed

Returns: bool
Returns: bool

this.IsSkyBlue

Full Usage: this.IsSkyBlue

Returns: bool
Returns: bool

this.IsThistle

Full Usage: this.IsThistle

Returns: bool
Returns: bool

this.IsWhite

Full Usage: this.IsWhite

Returns: bool
Returns: bool

this.IsYellow

Full Usage: this.IsYellow

Returns: bool
Returns: bool

this.Text

Full Usage: this.Text

Returns: string
Returns: string

Type something to start searching.