FormEvents
constructor(onChange: (ComponentEvent<*>) -> Unit? = null, onFocus: (ComponentEvent<*>) -> Unit? = null, onBlur: (ComponentEvent<*>) -> Unit? = null, onUpload: suspend (ComponentEvent<AbstractFileEditor>) -> List<String>? = null, onCapture: suspend (ComponentEvent<AbstractCompStringEditor>) -> String?? = null)