Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
apis
reflections
SessionInspection
Interface SessionInspection
Session inspection result
interface
SessionInspection
{
duration_ms
:
number
;
event_count
:
number
;
event_types
:
Record
<
string
,
number
>
;
sample_events
:
common
.
insights
.
InsightsEvent
[]
;
session_id
:
string
;
time_range
:
{
end
:
number
;
start
:
number
;
}
;
traces
:
string
[]
;
}
Index
Properties
duration_
ms
event_
count
event_
types
sample_
events
session_
id
time_
range
traces
Properties
duration_
ms
duration_
ms
:
number
event_
count
event_
count
:
number
event_
types
event_
types
:
Record
<
string
,
number
>
sample_
events
sample_
events
:
common
.
insights
.
InsightsEvent
[]
session_
id
session_
id
:
string
time_
range
time_
range
:
{
end
:
number
;
start
:
number
;
}
traces
traces
:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
duration_
ms
event_
count
event_
types
sample_
events
session_
id
time_
range
traces
Tidyscripts Docs
Loading...
Session inspection result