Type guard that narrows an event to control_response.
control_response
This checks the event type only; pair with isFromUser to confirm direction (control responses originate from the client).
An AxonEventView to check.
true if event_type === "control_response".
true
event_type === "control_response"
Type guard that narrows an event to
control_response.This checks the event type only; pair with isFromUser to confirm direction (control responses originate from the client).