onEdited

fun onEdited(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (path: String, newText: String) -> Unit): <Error class: unknown class>(source)

This signal is emitted after @renderer has been edited.

It is the responsibility of the application to update the model and store @new_text at the position indicated by @path.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: path the path identifying the edited cell; newText the new text