Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

SlideSettingsAnyOf1.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

HandyAPI::SlideSettingsAnyOf1

Properties

Name Type Description Notes
min 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::SlideSettingsAnyOf1.new(
  min: 10.5,
  fixed: null
)