SourceField

class SourceField(enabled: Boolean?, includes: List<String>?, excludes: List<String>?) : MetaFields.BaseMetaField<String, MetaFields.BoundSourceField>

Functions

provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: FieldSet, prop: KProperty<*>): <ERROR CLASS><FieldSet, BoundField<V, T>>
operator fun provideDelegate(thisRef: MetaFields, prop: KProperty<*>): <ERROR CLASS><MetaFields, B>

Properties

name
Link copied to clipboard
val name: String?
params
Link copied to clipboard
val params: Params
type
Link copied to clipboard
val type: FieldType<String, String>