NumberOptionValue

class NumberOptionValue(val value: Double, val focused: Boolean) : OptionValue<Double> (source)

Constructors

Link copied to clipboard
constructor(value: Double, focused: Boolean)

Properties

Link copied to clipboard
open override val focused: Boolean
Link copied to clipboard
open override val value: Double

Functions

Link copied to clipboard
open override fun toString(): String