API Reference > ui-abstract > Properties > RangeEditorParams RangeEditorParams Interface Parameters used by PropertyEditors that support defining a minimum and maximum value. Extends BasePropertyEditorParams Properties Name Type Description maximum undefined | number Defines the maximum value. minimum undefined | number Defines the minimum value. precision undefined | number Defines the precision. step undefined | number Defines the step value. type Range Defined in ui/abstract/src/ui-abstract/properties/EditorParams.ts Line 203 Last Updated: 11 June, 2024