@FunctionalInterface
@JsFunction
public interface ViewConstructorFunction
Modifier and Type | Method and Description |
---|---|
NativeView |
construct(jsinterop.base.JsPropertyMap<java.lang.Object> inputs)
Construct a component based on specified inputs.
|
NativeView construct(jsinterop.base.JsPropertyMap<java.lang.Object> inputs)
inputs
- the component inputs.