Hi, how can i handle the event of creation,remotion and replacement?
I check the eventBus but i can capture only the ended event, like for the creation the event “shape.added” i need to capture the event before the operation is closed because in some cases i need to interrupt it. Please help me.
To intercept you’d use a command interceptor which can hook into different phases of command execution. What is your use case exactly?
1 Like
I solve the problem by extending and removing some option from the context pad directly