parameters

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

Configure the parameters for the transform action.

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

See also