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] |
require 'handy_api'
instance = HandyAPI::SlideSettingsAnyOf1.new(
min: 10.5,
fixed: null
)