You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, could you provide a possibility to register multiple command executors/support programmatically registered commands through the Console API? ❤️
At this moment we can only use one command executor per instance. It works for some simple utilities, but it's not enough for a greater projects with a bunch of commands and component based layout. You can just collect their instances by e.g. addCommandExecutor instead of setCommandExecutor, it would be very helpful :)
The text was updated successfully, but these errors were encountered:
Hey, could you provide a possibility to register multiple command executors/support programmatically registered commands through the Console API? ❤️
At this moment we can only use one command executor per instance. It works for some simple utilities, but it's not enough for a greater projects with a bunch of commands and component based layout. You can just collect their instances by e.g.
addCommandExecutor
instead ofsetCommandExecutor
, it would be very helpful :)The text was updated successfully, but these errors were encountered: