Borders | iOS SDK | Urbi Documentation

Borders

Describes a continuous set of sorted values.

public init(
    snapping: Double?,
    isLg: Bool,
    value: String,
    min: Double,
    max: Double,
    currentMin: Double? = nil,
    currentMax: Double? = nil
)
Parameters
snapping
isLg
value
min
max
currentMin
currentMax
Properties

Defines snapping to the value multiple of this number.

Indication of using the logarithmic scale.

Value by which filtering is done.

Lower bound of the values set.

Upper bound of the values set.

Currently set minimum value.

Currently set maximum value.