RangeEditorParams Interface

Parameters used by PropertyEditors that support defining a minimum and maximum value.

Extends

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

Last Updated: 18 April, 2024