scheme
Toggle table of contents
2.0.240
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema
/
EventId
Event
Id
class
EventId
(
group
:
EventLogGroup
,
eventId
:
String
,
description
:
String
)
:
BaseEventId
An event without any fields.
Members
Constructors
Event
Id
Link copied to clipboard
constructor
(
group
:
EventLogGroup
,
eventId
:
String
,
description
:
String
)
Properties
event
Id
Link copied to clipboard
val
eventId
:
String
group
Link copied to clipboard
val
group
:
EventLogGroup
Functions
build
Event
Data
Link copied to clipboard
fun
buildEventData
(
)
:
Map
<
String
,
Any
>
get
Fields
Link copied to clipboard
open
override
fun
getFields
(
)
:
List
<
EventField
<
*
>
>