IDropdownListSettings

Type interface

Inheritance

IDropdownListSettings extends IDropdownSettings.

IDropdownListSettings is not extended by any other symbol.

Properties

control
#

Type StockControl

Inherited from IDropdownSettings

exclude
#

Type string[]

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

@since 5.7.0

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.

items
#

Type IDropdownListItem[]

A list of items in the dropdown.

maxSearchItems
#

Type undefined | number

Maximum search items to show.

parent
#

Type HTMLElement

Inherited from IDropdownSettings

scrollable
#

Type undefined | false | true

Inherited from IDropdownSettings

searchCallback
#

Type undefined | ( query: string) => Promise

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

searchable
#

Type undefined | false | true

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.

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 10 inherited items currently hidden from this list.