Skip to content

About Event Handler Blocks

An event handler corresponds to an API operation. Every API operation receives specific arguments and returns a specific return value. As a result, every "before" event handler gets specific blocks representing operation's arguments and every "after" handler can access the return value via a dedicated block.

Important

All "after" event handlers also get access to the arguments for the corresponding "before" event.