SiThresholdComponent documentation¶
selector
si-threshold
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
addAriaLabel ¶ | TranslatableString | $localize`:@@SI_THRESHOLD.ADD:Add step` | The aria-label for add button |
canAddRemoveSteps ¶ | boolean | true | When disabled, steps cannot be added/removed |
deleteAriaLabel ¶ | TranslatableString | $localize`:@@SI_THRESHOLD.DELETE:Delete step` | The aria-label for delete button |
horizontalLayout ¶ | boolean | false | Use horizontal layout? |
inputAriaLabel ¶ | TranslatableString | $localize`:@@SI_THRESHOLD.INPUT_LABEL:Threshold value` | The aria-label for input field |
maxSteps ¶ | number | 0 | Max. number of steps, 0 for no hard limit |
maxValue ¶ | number | 100 | The max. value for the threshold value |
minValue ¶ | number | 0 | The min. value for the threshold value |
options ¶ | (SelectOptionLegacy [] | SelectOption <unknown >[]) | [] | Options to be shown in select dropdown |
readonly ¶ | boolean | false | The obvious |
readonlyConditions ¶ | boolean | false | Indicate that the threshold options are readonly and cannot be changed. This will also disable adding / removing steps. |
showDecIncButtons ¶ | boolean | true | Show dec/inc buttons? |
statusAriaLabel ¶ | TranslatableString | $localize`:@@SI_THRESHOLD.STATUS:Status` | The aria-label for status selection |
stepSize ¶ | number | 1 | The step size for the threshold value |
thresholdSteps ¶ | ThresholdStep [] | [] | The thresholds |
unit ¶ | string | '' | The unit to show |
validation ¶ | boolean | true | Do validation? |
Output Properties¶
Name | Type | Description |
---|---|---|
thresholdStepsChange ¶ | ThresholdStep [] | The thresholds |
validChange ¶ | boolean | Fired when validation status changes |
Attributes and Methods¶
Name | Type | Default | Description |
---|---|---|---|
(readonly) valid ¶ | boolean | Whether the current input value is valid or not. |
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. |
---|
Copyright (c) Siemens 2016 - 2025 SPDX-License-Identifier: MIT Deprecated: Use SelectOption instead. | |||||||
---|---|---|---|---|---|---|---|
|
A select option | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
One step in a list of thresholds | ||||
---|---|---|---|---|
|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.