PropInfo

class PropInfo<T>(val type: KType, val selector: String, val def: String)

Constructors

Link copied to clipboard
constructor(type: KType, selector: String, def: String)

Properties

Link copied to clipboard
val def: String
Link copied to clipboard
Link copied to clipboard
val selector: String
Link copied to clipboard
val type: KType

Functions

Link copied to clipboard
operator fun getValue(thisRef: NSObject, property: KProperty<*>): T