IInterfaceColorsSettings

Type interface

Inheritance

IInterfaceColorsSettings extends IEntitySettings.

IInterfaceColorsSettings is not extended by any other symbol.

Properties

alternativeBackground
#

Type Color

Alternative background, for elements that need to contrast with primary background.

alternativeText
#

Type Color

Alternative text color, used for inverted (dark) backgrounds.

background
#

Type Color

Chart background color.

disabled
#

Type Color

Color for disabled elements.

fill
#

Type Color

Used for generic fills.

grid
#

Type Color

Grid color.

id
#

Type undefined | string

Inherited from IEntitySettings

A custom string ID for the element.

If set, element can be looked up via am5.registry.entitiesById.

Will raise error if an element with the same ID already exists.

negative
#

Type Color

Color to indicate negative value.

positive
#

Type Color

Color to indicate positive value.

primaryButton
#

Type Color

Primary button fill color.

primaryButtonActive
#

Type Color

Primary button fill color when it is set as active.

primaryButtonDown
#

Type Color

Primary button fill color when pressing down on it.

primaryButtonHover
#

Type Color

Primary button fill color on hover.

primaryButtonStroke
#

Type Color

Primary button stroke (outline) color.

primaryButtonText
#

Type Color

Primary button text color.

secondaryButton
#

Type Color

Secondary button fill color.

secondaryButtonActive
#

Type Color

Secondary button fill color when it is set as active.

secondaryButtonDown
#

Type Color

Secondary button fill color when pressing down on it.

secondaryButtonHover
#

Type Color

Secondary button fill color on hover.

secondaryButtonStroke
#

Type Color

Secondary button stroke (outline) color.

secondaryButtonText
#

Type Color

Secondary button text color.

stateAnimationDuration
#

Type undefined | number

Inherited from IEntitySettings

Duration of transition from one state to another.

stateAnimationEasing
#

Type $ease.Easing

Inherited from IEntitySettings

Easing of transition from one state to another.

stroke
#

Type Color

Used for generic outlines.

text
#

Type Color

Label text color.

themeTags
#

Type Array

Inherited from IEntitySettings

Tags which can be used by the theme rules.

Click here for more info

themeTagsSelf
#

Type Array

Inherited from IEntitySettings

Tags which can be used by the theme rules.

These tags only apply to this object, not any children.

Click here for more info

themes
#

Type Array

Inherited from IEntitySettings

A list of themes applied to the element.

userData
#

Type any

Inherited from IEntitySettings

A storage for any custom user data that needs to be associated with the element.

There are 7 inherited items currently hidden from this list.