cancel
Showing results for 
Search instead for 
Did you mean: 

Chrome Debugger: Get "class" of object?

0 Kudos

Hi all,

for learning SAPUI5 I upload examples from Plunker or other sources and adopt the coding for my requirements.

Somtimes methods of classes are not allowed

Example: SAP delivered several table classes with different methods.

If I would know which table class was used I could try to find additional information on the API page.

So my general question: Does the "Chrome debugger" provide the class/package?

Thanks

Regards

Mario

Accepted Solutions (1)

Accepted Solutions (1)

former_member306541
Participant

Hi Mario,

every control has a getMetadata(), which returns an object describing this class. Is this, what you are looking for?

Best regards,

Christian.

Answers (1)

Answers (1)

0 Kudos

Hallo Christian,

Held des Tages! Genau danach habe ich gesucht! Ich habe Dir gleich mal noch auf XING eine Kontaktanfrage gesendet 🙂

Danke, Viele Grüße

Mario