The UI5 Language Assistant in VS Code flags sectionChange as an unknown attribute on uxap:ObjectPageLayout even though it's valid and works at runtime.
SAPUI5 version: 1.135.0
Library used: sap.uxap
Attribute: sectionChange (public since 1.73)
.ui5.yaml:
specVersion: "3.2"
type: library
framework:
name: SAPUI5
version: 1.135.0
Steps to reproduce:
<mvc:View
xmlns:mvc="sap.ui.core.mvc"
xmlns:uxap="sap.uxap"
controllerName="...">
<uxap:ObjectPageLayout
id="opl"
sectionChange="onSectionChange" />
</mvc:View>
UI5 Language Assistant version: 4.0.81
The UI5 Language Assistant in VS Code flags sectionChange as an unknown attribute on uxap:ObjectPageLayout even though it's valid and works at runtime.
SAPUI5 version: 1.135.0
Library used: sap.uxap
Attribute: sectionChange (public since 1.73)
.ui5.yaml:
Steps to reproduce:
UI5 Language Assistant version: 4.0.81