PropertyEditorRangeParameters Interface
Range parameters for property editors that support ranges
Extends
Properties
Name | Type | Description | |
---|---|---|---|
max | undefined | number | Maximum value of the range. | |
min | undefined | number | Minimum value of the range. | |
paramsType | "Range" | Used for serializing to JSON. |
Defined in
- presentation/common/src/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.ts Line 94
Last Updated: 20 June, 2023