IStockToolbarSettings

Type interface

Inheritance

IStockToolbarSettings extends IEntitySettings.

IStockToolbarSettings is not extended by any other symbol.

Properties

container
#

Type HTMLElement

A reference to an element in the document to place tools in.

controls
#

Type StockControl[]

A list of tools to show in toolbar.

deactivateRoot
#

Type undefined | false | true

Default true

Menu will disable all interactions for the underlying chart when using tools.

focusable
#

Type undefined | false | true

Default false

Setting this to true will essentially enable accessibility for the toolbar items.

E.g. buttons will be focusable using TAB key. Lists navigable using arrow keys, etc.

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.

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.

stockChart
#

Type StockChart

A StockChart the toolbar is for.

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.

useDefaultCSS
#

Type undefined | false | true

Default true

If set to false the toolbar will not load default CSS.

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.