RuntimeField

class RuntimeField<V>(name: String?, type: FieldType<V, V>, script: Script)

Functions

provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: Document, prop: KProperty<*>): <ERROR CLASS><Document, BoundRuntimeField<V>>

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>