Range

data class Range(val value: Double) : CmPropertyValue

Holds a numerical value of a range.

Parameters

value

The numerical value of the property.

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard