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