detsys-ts
Preparing search index...
DiagnosticEvent
Type Alias DiagnosticEvent
An event to send to the diagnostic endpoint of i.d.s.
type
DiagnosticEvent
=
{
distinct_id
?:
string
;
name
:
string
;
properties
:
Record
<
string
,
unknown
>
;
timestamp
:
Date
;
uuid
:
UUID
;
}
Index
Properties
distinct_
id?
name
properties
timestamp
uuid
Properties
Optional
distinct_
id
distinct_id
?:
string
name
name
:
string
properties
properties
:
Record
<
string
,
unknown
>
timestamp
timestamp
:
Date
uuid
uuid
:
UUID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distinct_
id
name
properties
timestamp
uuid
detsys-ts
Loading...
An event to send to the diagnostic endpoint of i.d.s.