SAP / ui5-typescript

Tooling to enable TypeScript support in SAPUI5/OpenUI5 projects
https://sap.github.io/ui5-typescript
Apache License 2.0
201 stars 28 forks source link

sap.uxap.ObjectPageLayoutRenderer is not defined in ts-types #350

Closed Revest117 closed 2 years ago

Revest117 commented 2 years ago

As mentioned above, the renderer for ObjectPageLayout is missing.

codeworrior commented 2 years ago

This is a duplicate of the more general https://github.com/SAP/ui5-typescript/issues/340 .

Renderers by intention are not public in UI5 and therefore don't appear in the TypeScript signatures. See #340 for possible ways to inherit a renderer, if that is your use case.