Skip to content

Instantly share code, notes, and snippets.

@cschuff
Created February 22, 2017 10:33
Show Gist options
  • Save cschuff/50c7ee248153ffc83d3acb842743a097 to your computer and use it in GitHub Desktop.
Save cschuff/50c7ee248153ffc83d3acb842743a097 to your computer and use it in GitHub Desktop.
Find an aggregated SAPUI5 object
// https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.ui.base.ManagedObject.html#findAggregatedObjects
var aResults = oObject.findAggregatedObjects(true, function(o) { return o.getId() === "TEST"; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment