Skip to content

Instantly share code, notes, and snippets.

@fleischr
Created January 8, 2024 21:04
Show Gist options
  • Save fleischr/7d781050eceb5e756c9ff5ad09ce62f7 to your computer and use it in GitHub Desktop.
Save fleischr/7d781050eceb5e756c9ff5ad09ce62f7 to your computer and use it in GitHub Desktop.
Get JSON object bound to a SAPUI5 element
//get the binding for json object
oEvent.getSource().getBindingContext().getObject();
//get the binding for the json object for a specific model
oEvent.getSource().getBindingContext("modelName").getObject();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment