Skip to content

ThresholdStep Type documentation

One step in a list of thresholds
Properties
Optional alias label for the threshold step, used when useAliasForStepValues is true
aliasLabel?: TranslatableString
One of the SelectOption.id
optionValue: string
When set to false , input fields are highlighted as invalid
valid?: boolean
Threshold value, the first step has no value
value?: number

Types Documentation

Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.
Translatable
import

Except where otherwise noted, content on this site is licensed under MIT License.