@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD}) public @interface JsxConstructorAlias
| Modifier and Type | Required Element and Description |
|---|---|
String |
alias
The JavaScript property name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
SupportedBrowser[] |
value
The
SupportedBrowsers supported by this constructor. |
public abstract String alias
public abstract SupportedBrowser[] value
SupportedBrowsers supported by this constructor.SupportedBrowsersCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.