PropertyHandler

class PropertyHandler<T>(val name: String, val inheritance: PropertyInheritance, val initial: T)(source)

Constructors

Link copied to clipboard
constructor(name: String, inheritance: PropertyInheritance, initial: T)

Properties

Link copied to clipboard
Link copied to clipboard
val initial: T
Link copied to clipboard

Functions

Link copied to clipboard
operator fun getValue(stylesheet: StyleSheet, property: KProperty<*>): T
Link copied to clipboard
operator fun setValue(stylesheet: StyleSheet, property: KProperty<*>, value: T?)