parameters

abstract fun parameters(action: Action<in P>)(source)

Configure the parameters for the value source.

The action is invoked even when the value source declares ValueSourceParameters.None as its parameters type; in that case it receives the ValueSourceParameters.None singleton.

See also