Type interface
Inheritance
IDataSaveControlSettings extends IDropdownListControlSettings.
IDataSaveControlSettings is not extended by any other symbol.
Properties
|
active # |
Type Default Inherited from Indicates if control is active. |
|---|---|
|
align # |
Type Default Inherited from Alignment of the control in a toolbar. |
|
autoSave # |
Type Default If set to |
|
currentItem # |
Type Inherited from Currently selected item. |
|
description # |
Type Inherited from Description of what the button does. |
|
exclude # |
Type Inherited from An array of item IDs to now show in the list. @since 5.7.0 |
|
fixedLabel # |
Type Inherited from Label does not change when item is selected in the list. |
|
forceHidden # |
Type Inherited from Force this control to always be invisible. @since 5.8.5 |
|
icon # |
Type Inherited from An element with control icon. If not set, each control will aytomatically create an icon. |
|
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 Inherited from A list of items in the dropdown. |
|
maxSearchItems # |
Type Inherited from Maximum search items to show. |
|
name # |
Type Inherited from Name of the control. Used for the label. |
|
scrollable # |
Type Inherited from If set to |
|
searchCallback # |
Type Inherited from A callback function which returns a list of items based on a search query. |
|
searchable # |
Type Inherited from 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. |
|
stockChart # |
Type Inherited from A |
|
storageId # |
Type A unique indentifier for local storage. Will try to use chart's container ID if not set. Consider setting it if you have multipl |
|
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. |
|
togglable # |
Type Default Inherited from If set to |
|
userData # |
Type Inherited from A storage for any custom user data that needs to be associated with the element. |
|
visible # |
Type Default Inherited from Is control visible? |
| There are 24 inherited items currently hidden from this list. | |