Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 511 Bytes

SlideSettings.md

File metadata and controls

22 lines (16 loc) · 511 Bytes

HandyAPI::SlideSettings

Properties

Name Type Description Notes
min Float
max Float
fixed Boolean Flag to indicate if the slide operation is fixed. A fixed operation moves the active slider area (min-max) offset to the new min or max value. [optional][default to false]

Example

require 'handy_api'

instance = HandyAPI::SlideSettings.new(
  min: 10.5,
  max: 10.5,
  fixed: null
)