List or reserved keywords in Ember

Hi all

Is there any known list or reserved keywords to use in namming variables for Ember components?

I have struggled recently with passing variable named ‘context’ into component

Thanks

The API document lists all the properties on the class, private or public. Just don’t override any of those properties.

Do you mean Component - 4.6 - Ember API Documentation?