Skip to content

Commit

Permalink
Update Sources/FioriSwiftUICore/DataTypes/FioriSlider+DataType.swift
Browse files Browse the repository at this point in the history
Co-authored-by: dyongxu <61523257+dyongxu@users.noreply.github.com>
  • Loading branch information
JunSong-SH and dyongxu authored Dec 19, 2024
1 parent 5df1889 commit f804f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public extension FioriSlider {
/// - leadingValueFormat: This optional format is used to format the displayed minimal value of standard slider's range in the leading accessory view, if provided.
/// - trailingAccessory: The customized view to override the default trailing accessory view which is a text label to display the maximum value of the range
/// - showsTrailingAccessory: Indicates whether the trailing accessory view is to be displayed or not. The default value is `true`
/// - trailingValueFormat: This optional format is used to format the displayed maximal value of standard slider's range in the trailing accessory view. if provided.
/// - trailingValueFormat: This optional format is used to format the displayed maximal value of standard slider's range in the trailing accessory view, if provided.
/// - onValueChange: An optional callback function is triggered when the user begins to drag the thumb along the standard slider's track to adjust its value. The first boolean property indicates whether the editing process has begun or ended, with `false` signifying that the editing has concluded. The second double property represents the newly adjusted slider value.
/// - thumb: the shape for thumb of the standard Slider. By default, it is circle.
/// - activeTrack: the shape for active track of the standard Slider. By default, it is capsule.
Expand Down

0 comments on commit f804f6e

Please sign in to comment.