Sometimes it may be desired to show a range from (let’s say) 0-100, but only allow the user to select a range from 20-80. This can be achieved by setting the limits property to an array of [20, 80].
Any pip that falls outside of the limits will be given the pip-out-of-limit class. This can be used to style the pips differently when they are outside of the limits.