Arguments
Parameters
indexed Arguments
The list of arguments
How to retrieve a value:
val name = args.get<Type>(index) // The type is the object type that you expect to receive, the index is the index of the argument.
val lastname = args.get<Type>(name) // The type is the object type that you expect to receive, the name is the name of the argument.Content copied to clipboard