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.TheSupportedBrowsers supported by this constructor.
-
Element Details
-
value
SupportedBrowser[] valueTheSupportedBrowsers supported by this constructor.- Returns:
- the
SupportedBrowsers
- Default:
{CHROME, EDGE, FF, FF_ESR}
-
functionName
String functionNameThe JavaScript function property name.- Returns:
- the function property name
- Default:
""
-