Annotation Type JsxConstructor
An annotation to mark a Java method as JavaScript constructor.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe JavaScript function property name.TheSupportedBrowser
s supported by this constructor.
-
Element Details
-
value
SupportedBrowser[] valueTheSupportedBrowser
s supported by this constructor.- Returns:
- the
SupportedBrowser
s
- Default:
{CHROME, EDGE, FF, FF_ESR}
-
functionName
String functionNameThe JavaScript function property name.- Returns:
- the function property name
- Default:
""
-