arguments property

Map<String, String> arguments
final

Transition arguments.
The arguments specified in the transition are used to fill in the values ​of the state parameters.

Implementation

final Map<String, String> arguments;