Type interface
Inheritance
IDropdownListSettings extends IDropdownSettings.
IDropdownListSettings is not extended by any other symbol.
Properties
|
control # |
Type Inherited from |
|---|---|
|
exclude # |
Type An array of item IDs to now show in the list. @since 5.7.0 |
|
id # |
Type Inherited from A custom string ID for the element. If set, element can be looked up via Will raise error if an element with the same ID already exists. |
|
items # |
Type A list of items in the dropdown. |
|
maxSearchItems # |
Type Maximum search items to show. |
|
parent # |
Type Inherited from |
|
scrollable # |
Type Inherited from |
|
searchCallback # |
Type A callback function which returns a list of items based on a search query. |
|
searchable # |
Type Is the list searchable? If |
|
stateAnimationDuration # |
Type Inherited from Duration of transition from one state to another. |
|
stateAnimationEasing # |
Type Inherited from Easing of transition from one state to another. |
|
themeTags # |
Type Inherited from Tags which can be used by the theme rules. Click here for more info |
|
themeTagsSelf # |
Type Inherited from 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 Inherited from A list of themes applied to the element. |
|
userData # |
Type Inherited from 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. | |