getValue

abstract fun getValue(key: String): Any?

Get a specific value of a control key. Note that if this field is updated after your call to this function, you won't be notified about this change. If you want to observe this value, see get function which return a compose State.

Return

value of the field associated to the given key

Parameters

key

property key