(requestId: string): any
The _request
operator returns the response value of a request. If the request has not yet been call, or is still executing, the returned value is null
.
Arguments
string
The id of the request.
Examples
Using a request response:
_request: my_request
Returns: The response returned by the request.