RangeApiDTO

Description

Model to describe the Range of a Value in the Settings

Optional Parameters

step
  • type: number

  • format: double

  • description: The Step scale factor of the slider

labels
  • type: array

  • description: Labels to show in the values of the slider

    • type: string

customStepValues
  • type: array

  • description: Custom step values when the slider step is not constant - [DEPRECATED - Use: stepValues]

    • type: integer

    • format: int32

stepValues
  • type: array

  • description: Custom step values when the slider step is not constant

    • type: number

    • format: float