Annotation Type JsxConstructorAlias
An annotation to mark a Java method as JavaScript constructor.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
SupportedBrowser[] valueTheSupportedBrowser
s supported by this constructor.- Returns:
- the
SupportedBrowser
s
- Default:
{CHROME, EDGE, FF, FF_ESR}
-
alias
String aliasThe JavaScript property name.- Returns:
- the property name
-