toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.doc
/
Document
/
RuntimeField
Runtime
Field
class
RuntimeField
<
V
>
(
val
name
:
String
?
,
val
type
:
FieldType
<
V
,
V
>
,
val
script
:
Script
)
Members
Constructors
Runtime
Field
Link copied to clipboard
constructor
(
name
:
String
?
,
type
:
FieldType
<
V
,
V
>
,
script
:
Script
)
Properties
name
Link copied to clipboard
val
name
:
String
?
script
Link copied to clipboard
val
script
:
Script
type
Link copied to clipboard
val
type
:
FieldType
<
V
,
V
>
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
Document
,
prop
:
KProperty
<
*
>
)
:
ReadOnlyProperty
<
Document
,
BoundRuntimeField
<
V
>
>