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