parameters

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

Configures the parameters for the flow action.

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

Since

8.7