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
The “type“ property should be restricted to UI5Class | UI5Interface, that’s what the runtime expects
The “altTypes” array is not really validated / restricted in the runtime implementation, but it was originally intended to be limited to primitive types and maybe enums (as they are a kind of primitive)
The text was updated successfully, but these errors were encountered:
It is currently defined using the general "UI5Type" type union.
ui5-language-assistant/packages/semantic-model-types/api.d.ts
Lines 106 to 111 in f109686
Relevant Discussion:
@codeworrior said:
The text was updated successfully, but these errors were encountered: