editorComponentFunction

val editorComponentFunction: @Composable IComponent.(cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (value: JsAny?) -> Unit, cancel: (value: JsAny?) -> Unit, data: T) -> Unit? = null