IIndicatorEditableSetting

Type interface

Inheritance

IIndicatorEditableSetting does not extend any other symbol.

IIndicatorEditableSetting is not extended by any other symbol.

Properties

key
#

Type string

Setting key.

minValue
#

Type undefined | number

Minimum numeric value allowable in this field.

@since 5.8.1

name
#

Type string

Name of the setting (displayed in edit modal).

Settings with the same name will be grouped in modal.

options
#

Type Array

If type: "dropdown", options should contain a list of items it.

type
#

Type "color" | "number" | "dropdown" | "checkbox"

Type of the control to show for editing the setting in modal.