Name | Summary |
---|---|
ExperimentalMapAttribute | constructor(keyString: String, key: Int, component: ComponentBase) |
Name | Summary |
---|---|
mapDelegate | var mapDelegate: MapDelegate<KeyT, ValT>? |
Name | Summary |
---|---|
getValue | operator fun getValue(thisRef: Any?, property: KProperty<*>): MapDelegate<KeyT, ValT> |
setValue | operator fun setValue(thisRef: Any?, property: KProperty<*>, value: MapDelegate<KeyT, ValT>) |