Search
Preparing search index...
The search index is not available
EVA SDK Redux
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
IServiceActivity
Interface IServiceActivity
A service call result event. These will be logged by fetchData(...) calls
export
interface
IServiceActivity
Hierarchy
IServiceActivity
Index
Properties
end_
ts
request
response
start_
ts
status
Properties
end_
ts
end_
ts
:
number
request
request
:
{
data
:
any
;
headers
:
{}
;
url
:
string
}
Type declaration
data
:
any
headers
:
{}
[
key:
string
]:
string
url
:
string
Optional
response
response
:
Response
start_
ts
start_
ts
:
number
status
status
:
number
Globals
IService
Activity
end_
ts
request
response
start_
ts
status
A service call result event. These will be logged by fetchData(...) calls
IServiceActivity