Type guard that narrows an event to control_request.
control_request
This checks the event type only; pair with isFromAgent to confirm direction (control requests originate from the agent).
An AxonEventView to check.
true if event_type === "control_request".
true
event_type === "control_request"
Type guard that narrows an event to
control_request.This checks the event type only; pair with isFromAgent to confirm direction (control requests originate from the agent).