I have written code like in below mentioned fiddle:
https://fiddle.sencha.com/#fiddle/1d3r
You can see at the end of the code record.get('text')
.
How to find the functions which I can use from inside an object?
I tried console.dir in chrome and saw the same output as console.log.
Is there any other way to see all functions I can use?