API reference
API reference
Select your platform
No SDKs available
No versions available

ExperimentalMapAttribute

ExperimentalMapAttribute

class ExperimentalMapAttribute<KeyT, ValT>(keyString: String, key: Int, component: ComponentBase)

Constructors

NameSummary
ExperimentalMapAttribute
constructor(keyString: String, key: Int, component: ComponentBase)

Properties

NameSummary
mapDelegate
var mapDelegate: MapDelegate<KeyT, ValT>?

Functions

NameSummary
getValue
operator fun getValue(thisRef: Any?, property: KProperty<*>): MapDelegate<KeyT, ValT>
setValue
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: MapDelegate<KeyT, ValT>)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon