LimitDataModel

Interface representing properties for the slider limits.

Properties

enabled Boolean

Specifies whether limits on the slider or enabled or not.

Default: false

endHandleLocked Boolean

Specifies whether the handle at the end is locked.

Default: false

maxEnd Number

Specifies the maximum allowed value of the ending range.

Default: null

maxStart Number

Specifies the maximum allowed value of the starting range.

Default: null

minEnd Number

Specifies the minimum allowed value of the ending range.

Default: null

minStart Number

Specifies the minimum allowed value of the starting range.

Default: null

startHandleLocked Boolean

Specifies whether the handle at the start is locked.

Default: false