Per-commandd payload in a chain
Hello. I want to chain commands with the DirectCommandMap extension. I would like to use specific payloads for each command, is it possible? I am using RL2 and AFAIK I can pass only one payload object at the end of the chain. Is there a solution? Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by creynders on 04 May, 2014 03:25 PM
The only solution is to
.map(command).execute(payload)
each command consecutively.Ondina D.F. closed this discussion on 02 Jul, 2014 07:16 AM.