getData

abstract fun getData(): Map<String, Any?>

Get data displayed in your form in a Map. Note that if form values are edited after your call to this function, values won't be updated in your Map object. If you want to observe a specific value of a control key, see get function which return a compose State.

Return

Form values