complete

abstract fun complete(): Result<T>(source)

Called when editing is requested to complete. This can happen if the user triggers a key or mouse event, of if the control being edited needs to transition away from editing and would like to get a result.

Return

a result if one is ready