Customizes the namespace of the static member in generated JavaScript.
Element Detail
name
public abstract java.lang.String name
Customizes the name of the member in generated JavaScript. If not provided, the Java name will
be used.
Default:
"<auto>"
namespace
public abstract java.lang.String namespace
Customizes the namespace of the static member in generated JavaScript. If none is provided,
namespace is the enclosing class' fully qualified JavaScript name.