TemplatePercentVisibleRange

data class TemplatePercentVisibleRange(val from: Double? = null, val to: Double? = null)

Constructors

Link copied to clipboard
constructor(from: Double? = null, to: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val from: Double? = null

The lower bound of the range.

Link copied to clipboard
val to: Double? = null

The top bound of the range.