SAP-docs / sapui5

This is the markdown version of the official SAPUI5 documentation from the SAPUI5 Demo Kit for external contributions.
Creative Commons Attribution 4.0 International
71 stars 116 forks source link

[doc issue] Where do I find detailed reference for `sap.m.ObjectListItem`'s `number` attribute? #107

Closed ziyang-works closed 5 months ago

ziyang-works commented 5 months ago

Issue description

Hi there, do you know where I can find detailed reference for sap.m.ObjectListItem's number attribute?

In Sample: Object List Item The ObjectListItem's number attribute seems to be an object string with some pre-defined fields.

image

However, I cannot find supported fields from ObjectListItem's API reference at https://ui5.sap.com/#/api/sap.m.ObjectListItem%23controlProperties

image

Thank you!

Feedback Type (Optional)

clarity

Page Title on SAP Help Portal (prefilled)

class sap.m.ObjectListItem

Page URL on SAP Help Portal (prefilled)

https://ui5.sap.com/#/api/sap.m.ObjectListItem%23controlProperties

ziyang-works commented 5 months ago

Ah I see, that object string is actually data binding. https://ui5.sap.com//#/topic/e2e6f4127fe4450ab3cf1339c42ee832

Didn't know it before! Sorry! Closing the issue now!