IEntitySettings

Type interface

Inheritance

IEntitySettings does not extend any other symbol.

IEntitySettings is extended by IColorSetSettings, ILayoutSettings, ISpriteSettings, IPatternSettings, IGradientSettings, IBulletSettings, IAxisBulletSettings, IModalSettings, IStockControlSettings, IDropdownSettings, IStockToolbarSettings, ISerializerSettings, IInterfaceColorsSettings, INumberFormatterSettings, IDateFormatterSettings, IDurationFormatterSettings, ILanguageSettings, IExportingSettings, IExportingMenuSettings, IAnnotatorSettings, IDataProcessorSettings, ISliceGrouperSettings.

Properties

id
#

Type undefined | string

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.

stateAnimationDuration
#

Type undefined | number

Duration of transition from one state to another.

stateAnimationEasing
#

Type $ease.Easing

Easing of transition from one state to another.

themeTags
#

Type Array

Tags which can be used by the theme rules.

Click here for more info

themeTagsSelf
#

Type Array

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

A list of themes applied to the element.

userData
#

Type any

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