Solved
CQ Javascript API
Is there any documentation for the CQ Javascript API? We are doing a lot of custom component development, but we don't know which helper functions are available, unless we randomly find them in someone else's code snippet.
Some examples:
CQ.WCM.getEditables()
CQ.I18n.setLocale('de-DE')
CQ.I18n.get("May")
Is there a full list available anywhere?