Type interface
Inheritance
IIndicatorEditableSetting does not extend any other symbol.
IIndicatorEditableSetting is not extended by any other symbol.
Properties
|
key # |
Type Setting key. |
|---|---|
|
maxValue # |
Type Maximum numeric value allowable in this field. @since 5.20.0 |
|
minValue # |
Type Minimum numeric value allowable in this field. @since 5.8.1 |
|
name # |
Type Name of the setting (displayed in edit modal). Settings with the same name will be grouped in modal. |
|
options # |
Type If |
|
scale # |
Type Display multiplier for the settings modal only. The value shown/edited in the UI is Does NOT affect the stored/serialized value, the API, or @since 5.20.0 |
|
step # |
Type Step for the numeric input. A step of @since 5.20.0 |
|
type # |
Type Type of the control to show for editing the setting in modal. |