IMQRPCResponse.data property
The value the service method returned, as JSON.
Signature:
data: JsonObject | null;
Remarks
Despite the JsonObject annotation this may be any JSON value — primitive, array or object — and the key is absent from the delivered message when the method returned nothing. It is null on the initial response skeleton and stays null when the call failed.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.