scheme
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema
/
EventId1
Event
Id1
class
EventId1
<
T
>
(
group
:
EventLogGroup
,
eventId
:
String
,
field
:
EventField
<
T
>
,
description
:
String
)
:
BaseEventId
An event with one field.
Members
Constructors
Event
Id1
Link copied to clipboard
constructor
(
group
:
EventLogGroup
,
eventId
:
String
,
field
:
EventField
<
T
>
,
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
(
value
:
T
?
)
:
Map
<
String
,
Any
>
get
Fields
Link copied to clipboard
open
override
fun
getFields
(
)
:
List
<
EventField
<
*
>
>