DoubleRange

interface DoubleRange : JsAny

Exposes the JavaScript DoubleRange to Kotlin

Inheritors

Properties

Link copied to clipboard
abstract var max: Double?
Link copied to clipboard
abstract var min: Double?