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
i'm not sure if this is something that can be fixed in the docs at https://github.com/SAP/openui5, but according to the docs regarding the bAsync parameter:
if set to true, a promise will be returned instead of the direct argument.
This is currently not possible with the generation approach. The relationship between return type and parameters is only described in text, not in a formal, machine readable way.
What can be fixed, is the return type of hrefForExternal. It should mention the Promise variant, too. I'll forward again (sap.ushell is also not part of OpenUI5, only SAPUI5).
i'm not sure if this is something that can be fixed in the docs at https://github.com/SAP/openui5, but according to the docs regarding the
bAsync
parameter:so the overload should be something like:
The text was updated successfully, but these errors were encountered: