currentValue

val currentValue: T

The effective value

  • it is either a value set by the user (see setValue)

  • or the initial value coming through the props (see Props.value)