Documentation
Preparing search index...
@datadog/browser-rum
RumInternalContext
Interface RumInternalContext
interface
RumInternalContext
{
application_id
:
string
;
session_id
:
undefined
|
string
;
user_action
?:
{
id
:
string
|
string
[]
}
;
view
?:
{
id
:
string
;
name
?:
string
;
referrer
:
string
;
url
:
string
}
;
[
x
:
string
]:
ContextValue
;
}
Hierarchy (
View Summary
)
Context
RumInternalContext
Indexable
[
x
:
string
]:
ContextValue
Index
Properties
application_
id
session_
id
user_
action?
view?
Properties
application_
id
application_id
:
string
session_
id
session_id
:
undefined
|
string
Optional
user_
action
user_action
?:
{
id
:
string
|
string
[]
}
Optional
view
view
?:
{
id
:
string
;
name
?:
string
;
referrer
:
string
;
url
:
string
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
application_
id
session_
id
user_
action
view
Documentation
Loading...