HandleEventMessageResult: {
    message?: string;
    success: boolean;
}

Result of handling EVENT message

Type declaration

  • Optionalmessage?: string

    Message to send to the client

  • success: boolean

    Whether the event was successfully handled