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
/
EventFieldDelegate
Event
Field
Delegate
class
EventFieldDelegate
<
T
>
(
val
eventField
:
EventField
<
T
>
)
Members
Constructors
Event
Field
Delegate
Link copied to clipboard
constructor
(
eventField
:
EventField
<
T
>
)
Properties
event
Field
Link copied to clipboard
val
eventField
:
EventField
<
T
>
Functions
get
Pair
Link copied to clipboard
fun
getPair
(
)
:
EventPair
<
T
>
?
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
FieldListDescription
,
property
:
KProperty
<
*
>
)
:
T
?
set
Value
Link copied to clipboard
fun
setValue
(
value
:
T
?
)
operator
fun
setValue
(
thisRef
:
FieldListDescription
,
property
:
KProperty
<
*
>
,
value
:
T
?
)