getDataWithFileContent

suspend fun <K : Any> Form<K>.getDataWithFileContent(): K

Returns current data model with file content read for all KFiles controls.


suspend fun <K : Any> FormPanel<K>.getDataWithFileContent(): K

Returns current data model with file content read for all KFiles controls.

Return

data model