79214614

Date: 2024-11-22 10:41:51
Score: 0.5
Natty:
Report link

With getContexts() you get a reference to all data that is displayed in the list. You can get all data via

list.getBinding("items").getContexts().map( c => c.getObject())

Or the "dataset pointer"

list.getBinding("items").getContexts().map( c => c.getPath())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A.vH