connectEdited

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

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