get

abstract operator fun get(key: String): State<Any?>

Observe the value of a specific key as a compose state to be informed by any change. This function is used internally by JsonForm components to be updated automatically when the user type or interact with your fields.

Return

state value of a field associated to the given key

Parameters

key

property key