tom Typeahead Remote
fun <T : Any> <Error class: unknown class>.tomTypeaheadRemote(serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: <Error class: unknown class>? = null, requestFilter: suspend <Error class: unknown class>.() -> Unit? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TomTypeaheadRemote<T>.() -> Unit? = null): TomTypeaheadRemote<T>
DSL builder extension function.
It takes the same parameters as the constructor of the built component.