IIndicatorControlSettings

Type interface

Inheritance

IIndicatorControlSettings extends IDropdownListControlSettings.

IIndicatorControlSettings is not extended by any other symbol.

Properties

active
#

Type undefined | false | true

Default false

Inherited from IStockControlSettings

Indicates if control is active.

align
#

Type "left" | "right"

Default "left"

Inherited from IStockControlSettings

Alignment of the control in a toolbar.

currentItem
#

Type string | IDropdownListItem

Inherited from IDropdownListControlSettings

Currently selected item.

description
#

Type undefined | string

Inherited from IStockControlSettings

Description of what the button does.

exclude
#

Type string[]

Inherited from IDropdownListControlSettings

An array of item IDs to now show in the list.

@since 5.7.0

fixedLabel
#

Type undefined | false | true

Inherited from IDropdownListControlSettings

Label does not change when item is selected in the list.

forceHidden
#

Type undefined | false | true

Inherited from IStockControlSettings

Force this control to always be invisible.

@since 5.8.5
@defaul false

icon
#

Type HTMLElement | SVGElement | "none"

Inherited from IStockControlSettings

An element with control icon. If not set, each control will aytomatically create an icon.

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.

indicators
#

Type Array

items
#

Type Array

Inherited from IDropdownListControlSettings

A list of items in the dropdown.

legend
#

Type StockLegend

maxSearchItems
#

Type undefined | number

Inherited from IDropdownListControlSettings

Maximum search items to show.

name
#

Type undefined | string

Inherited from IStockControlSettings

Name of the control. Used for the label.

scrollable
#

Type undefined | false | true

Inherited from IDropdownListControlSettings

If set to true, the dropdown will fix the height to fit within chart's area, with scroll if the contents do not fit.

searchCallback
#

Type undefined | ( query: string) => IDropdownListItem[]

Inherited from IDropdownListControlSettings

A callback function which returns a list of items based on a search query.

searchable
#

Type undefined | false | true

Inherited from IDropdownListControlSettings

Is the list searchable? If true shows search field and calls searchCallback function for a list of items.

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

Inherited from IStockControlSettings

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.

togglable
#

Type undefined | false | true

Default true

Inherited from IStockControlSettings

If set to true, control can be toggle on and off by clicking on it.

userData
#

Type any

Inherited from IEntitySettings

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

visible
#

Type undefined | false | true

Default true

Inherited from IStockControlSettings

Is control visible?

There are 24 inherited items currently hidden from this list.