You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every UI5 class definitions (`SuperClass.extend(...)`) must be converted to a standard JavaScript `class`.
212
212
The properties in the UI5 class configuration object (second parameter of `extend`) become members of the standard JavaScript class.
213
-
It is important to annotate the class with the namespace in a JSDoc comment, so the back transformation can re-add it.
213
+
It is important to annotate the class with the namespace in a JSDoc comment, so the back transformation can re-add it. This @namespace comment MUST immediately precede the class declaration.
214
214
The namespace is the part of the full package+class name (first parameter of `extend`) that precedes the class name.
0 commit comments