It is documented. It is part of Javascript specification where object.property is equivalent to object["property"]. Which also implies by the way that if you have a function "fun" in object "object" you can call it via object.fun() or object["fun"]().
Ad 2.: m_refModel and modelData[m_roleToUse]
Bookmarks